From: LEROY Christophe Date: Mon, 8 Dec 2014 14:16:44 +0000 (+0100) Subject: powerpc32/chrp: fix section mismatch warning X-Git-Tag: omap-for-v4.1/fixes-rc1~126^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a840791182c7dab3428c6f005776b50e62e53ef;p=pandora-kernel.git powerpc32/chrp: fix section mismatch warning This patch fixes a section mismatch warning WARNING: vmlinux.o(.text+0x213b6): Section mismatch in reference from the function chrp_init_early() to the variable .init.data:boot_command_line The function chrp_init_early() references the variable __initdata boot_command_line. This is often because chrp_init_early lacks a __initdata annotation or the annotation of boot_command_line is wrong. Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed