Sam Ravnborg 1e6a20c9c7 [ARM] 4544/1: arm: fix section mismatch in pxa fb
Fix following section mismatch warning:
WARNING: drivers/built-in.o(.text+0x73d0): Section mismatch: reference to .init.data: (between 'pxafb_setup' and 'pxafb_init')

The warning are caused by __devinit pxafb_setup() that refers to a
variable marked __initdata.  In a hotplug scenario we would have a
reference to the freed .init.data section.  Fix this by declaring
g_options __devinitdata.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2007-08-11 23:58:24 +01:00
..
2007-07-31 15:39:39 -07:00
2005-04-16 15:20:36 -07:00
2007-05-08 11:15:30 -07:00
2007-05-04 17:59:05 -07:00
2007-05-04 17:59:05 -07:00
2007-05-04 17:59:05 -07:00
2007-05-04 17:59:05 -07:00
2007-05-04 17:59:05 -07:00
2007-05-04 17:59:05 -07:00
2007-05-04 17:59:05 -07:00
2007-02-12 09:48:43 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-08-03 14:08:26 -07:00
2007-07-26 11:35:18 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-11-16 22:18:28 -08:00
2007-05-08 11:15:26 -07:00
2007-05-08 11:15:30 -07:00
2007-05-23 20:14:13 -07:00
2007-07-31 15:39:41 -07:00
2007-07-31 15:39:41 -07:00
2007-07-17 10:23:11 -07:00
2007-07-17 10:23:13 -07:00
2007-07-31 15:39:37 -07:00
2007-07-31 15:39:37 -07:00
2007-05-09 12:30:57 -07:00
2006-01-17 15:53:11 -08:00
2007-05-08 11:15:34 -07:00
2007-05-09 12:30:57 -07:00
2007-07-26 11:11:57 -07:00
2005-04-16 15:20:36 -07:00
2007-05-08 11:15:32 -07:00
2007-07-17 10:23:13 -07:00
2007-05-23 20:14:13 -07:00