Ralf Baechle cba2efb64b 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>
2011-10-20 15:00:18 +01:00
..
2011-07-07 15:18:01 +02:00
2011-04-26 10:22:59 +02:00
2011-07-26 16:49:47 -07:00
2011-09-21 17:53:38 +02:00
2011-03-31 11:26:23 -03:00
2011-07-25 17:26:56 +01:00