From: Ralf Baechle Date: Wed, 22 Jun 2011 09:13:17 +0000 (+0100) Subject: MIPS: PNX8550: Fix section mismatch X-Git-Tag: v3.2-rc1~69^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba2efb64be89ad5404b38f7e39b50f337f45fb9;p=pandora-kernel.git MIPS: PNX8550: Fix section mismatch Triggered by pnx8550-jbs_defconfig and pnx8550-stb810_defconfig: WARNING: vmlinux.o(.text+0xc0c): Section mismatch in reference from the function prom_getcmdline() to the variable .init.data:arcs_cmdline The function prom_getcmdline() references the variable __initdata arcs_cmdline. This is often because prom_getcmdline lacks a __initdata annotation or the annotation of arcs_cmdline is wrong. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed