linux-stable/arch/powerpc/platforms/chrp
LEROY Christophe 6a84079118 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 <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2015-03-31 19:05:50 +11:00
..
Kconfig pcspkr: Cleanup Kconfig dependencies 2011-06-09 15:01:41 +02:00
Makefile
chrp.h
gg2.h
nvram.c powerpc/nvram: Fix endian issue when reading the NVRAM size 2013-10-31 12:37:27 +11:00
pci.c POWERPC: drivers: remove __dev* attributes. 2013-01-03 15:57:04 -08:00
pegasos_eth.c mv643xx_eth: convert to use the Marvell Orion MDIO driver 2013-03-22 10:25:15 -04:00
setup.c powerpc32/chrp: fix section mismatch warning 2015-03-31 19:05:50 +11:00
smp.c powerpc: Delete non-required instances of include <linux/init.h> 2014-01-15 13:46:44 +11:00
time.c powerpc/nvram: Move things out of asm/nvram.h 2010-11-30 15:09:19 +11:00