ARM: sa11x0: fix section mismatch in cpu-sa1100.c
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 18 Jan 2012 23:45:55 +0000 (23:45 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 19 Jan 2012 17:26:28 +0000 (17:26 +0000)
commit7a28b5a25f212b5f17cc0c973d1b8baa16069dd5
tree130e08257ebd917d3e601fc6f219de41f5d9e2dc
parent5f76559a7736d049705400b5546d524485d5ed0d
ARM: sa11x0: fix section mismatch in cpu-sa1100.c

WARNING: arch/arm/mach-sa1100/built-in.o(.data+0x11b8): Section mismatch in reference from the variable sa1100_driver to the function .init.text:sa1100_cpu_init()
The variable sa1100_driver references
the function __init sa1100_cpu_init()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/cpu-sa1100.c