summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood
diff options
context:
space:
mode:
authorArnaud Patard <arnaud.patard@rtp-net.org>2010-05-12 17:37:08 +0200
committerNicolas Pitre <nico@fluxnic.net>2010-07-16 22:01:24 -0400
commitd9ad1401280c5ca48075b1960b1602037e110cb7 (patch)
tree21da04c26f5bd17bbe59f5f34e8c94543460d40d /arch/arm/mach-kirkwood
parentf469461df6ff822f71b8737bda86eea20f16ff93 (diff)
downloadop-kernel-dev-d9ad1401280c5ca48075b1960b1602037e110cb7.zip
op-kernel-dev-d9ad1401280c5ca48075b1960b1602037e110cb7.tar.gz
[ARM] qnap tsx1x: fix section mismatch
Fix the following warning : WARNING: vmlinux.o(.text+0x95a0): Section mismatch in reference from the function qnap_tsx1x_register_flash() to the (unknown reference) .init.data:(unknown) The function qnap_tsx1x_register_flash() references the (unknown reference) __initdata (unknown). This is often because qnap_tsx1x_register_flash lacks a __initdata annotation or the annotation of (unknown) is wrong. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r--arch/arm/mach-kirkwood/tsx1x-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/tsx1x-common.c b/arch/arm/mach-kirkwood/tsx1x-common.c
index 7221c20..f781164 100644
--- a/arch/arm/mach-kirkwood/tsx1x-common.c
+++ b/arch/arm/mach-kirkwood/tsx1x-common.c
@@ -77,7 +77,7 @@ struct spi_board_info __initdata qnap_tsx1x_spi_slave_info[] = {
},
};
-void qnap_tsx1x_register_flash(void)
+void __init qnap_tsx1x_register_flash(void)
{
spi_register_board_info(qnap_tsx1x_spi_slave_info,
ARRAY_SIZE(qnap_tsx1x_spi_slave_info));
OpenPOWER on IntegriCloud