From 6a840791182c7dab3428c6f005776b50e62e53ef Mon Sep 17 00:00:00 2001 From: LEROY Christophe Date: Mon, 8 Dec 2014 15:16:44 +0100 Subject: [PATCH] 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-format-patch failed