MIPS: PNX8550: Fix section mismatch
authorRalf Baechle <ralf@linux-mips.org>
Wed, 22 Jun 2011 09:13:17 +0000 (10:13 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 20 Oct 2011 14:00:18 +0000 (15:00 +0100)
commitcba2efb64be89ad5404b38f7e39b50f337f45fb9
tree957fbc76a674113ad176298b197aefbbdbcb1ea6
parent5db6acdb27fdf76b013ce5b7d0d43b83ee851b6d
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 <ralf@linux-mips.org>
arch/mips/pnx8550/common/prom.c