From: Arnaud Patard Date: Wed, 12 May 2010 15:37:08 +0000 (+0200) Subject: [ARM] qnap tsx1x: fix section mismatch X-Git-Tag: v2.6.36-rc1~591^2^2~5^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9ad1401280c5ca48075b1960b1602037e110cb7;p=pandora-kernel.git [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 Signed-off-by: Martin Michlmayr Signed-off-by: Nicolas Pitre --- Reading git-diff-tree failed