From: Fabian Frederick Date: Wed, 29 Oct 2014 20:14:27 +0000 (+0100) Subject: powerpc: Fix section mismatch warning X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~160^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94966b712c6875939fcdd83cb2707a797e131a43;p=pandora-kernel.git powerpc: Fix section mismatch warning Add __init to MMU_setup() which uses __initdata boot_command_line. Also MMU_setup() is only called from MMU_init(), which is also __init. Warning appeared since commit 3e47d1474c2b. Fixes: 3e47d1474c2b ("powerpc: Remove powerpc specific cmd_line") Signed-off-by: Fabian Frederick [mpe: Update changelog] Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed