mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
sections: fix section conflicts in drivers/char
Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6ca3b14a9b
commit
1849f23d6f
@ -799,7 +799,7 @@ static int mbcs_remove(struct cx_dev *dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static const struct cx_device_id __devinitdata mbcs_id_table[] = {
|
||||
static const struct cx_device_id __devinitconst mbcs_id_table[] = {
|
||||
{
|
||||
.part_num = MBCS_PART_NUM,
|
||||
.mfg_num = MBCS_MFG_NUM,
|
||||
|
Loading…
Reference in New Issue
Block a user