diff options
author | Randy Dunlap <[email protected]> | 2008-10-29 14:13:20 -0700 |
---|---|---|
committer | Len Brown <[email protected]> | 2008-11-06 21:42:07 -0500 |
commit | afeb12b7478fee31888e7c34804bee2f658e7765 (patch) | |
tree | a0b6d48e8d0a0340a5edc6643f8640dc1ad67425 /net/lapb/lapb_iface.c | |
parent | 2d59f6a73e1cb4415cdd5a0083b1196cceffa275 (diff) |
fujitsu-laptop: fix section mismatch warning
Could fix a bug in a hotplug add scenario.
WARNING: drivers/misc/fujitsu-laptop.o(.text+0xbde): Section mismatch in reference from the function acpi_fujitsu_add() to the variable .init.data:fujitsu_dmi_table
The function acpi_fujitsu_add() references
the variable __initdata fujitsu_dmi_table.
This is often because acpi_fujitsu_add lacks a __initdata
annotation or the annotation of fujitsu_dmi_table is wrong.
Signed-off-by: Randy Dunlap <[email protected]>
Acked-by: Jonathan Woithe <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Len Brown <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions