ARM: imx: mark .dt_compat as const
authorShawn Guo <shawn.guo@freescale.com>
Tue, 1 Jul 2014 08:03:00 +0000 (16:03 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:11:33 +0000 (16:11 +0800)
commit8756dd924df6f4199368bee426dc8b2da0cfc6d6
tree77ae3c2d90e68b85596253c4b4a509de67482da6
parenta49fb63c87f743c1166a2b0a20f80fcb0cbd02b2
ARM: imx: mark .dt_compat as const

Otherwise GCC will mark the .init.rodata section R/W, which causes
a compile error once we add other real R/O data.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/imx31-dt.c
arch/arm/mach-imx/imx35-dt.c
arch/arm/mach-imx/mach-imx50.c
arch/arm/mach-imx/mach-imx51.c
arch/arm/mach-imx/mach-imx53.c
arch/arm/mach-imx/mach-imx6q.c
arch/arm/mach-imx/mach-imx6sl.c
arch/arm/mach-imx/mach-imx6sx.c
arch/arm/mach-imx/mach-vf610.c
This page took 0.03029 seconds and 5 git commands to generate.