Randy Dunlap afeb12b747 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 <randy.dunlap@oracle.com>
Acked-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
2008-11-06 21:42:07 -05:00
..
2008-06-20 14:05:57 -06:00
2008-10-16 11:21:51 -07:00
2008-10-22 23:19:50 -04:00
2008-10-22 23:33:29 -04:00
2008-03-04 13:41:23 +01:00
2008-10-22 23:33:29 -04:00
2008-10-20 08:52:34 -07:00
2008-07-21 21:55:02 -07:00
2008-07-21 21:55:02 -07:00
2008-11-06 15:52:28 -05:00
2008-03-30 14:18:41 -07:00
2008-10-22 23:37:36 -04:00