mach-imx/mach-imx6ul.c: proper constness with __initconst
commit5d48417592583ec64ec62661dd7cf1bd342a48fc
authorNicolas Pitre <nicolas.pitre@linaro.org>
Sun, 22 Nov 2015 01:35:31 +0000 (21 20:35 -0500)
committerShawn Guo <shawnguo@kernel.org>
Wed, 25 Nov 2015 03:06:52 +0000 (25 11:06 +0800)
treed256bc688093aa8989ddc0097fb95ef54104ed76
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
mach-imx/mach-imx6ul.c: proper constness with __initconst

Both the pointer array and the pointed data have to be const when using
__initconst to be correct.  This also fixes LTO builds that otherwise
fail with section mismatch errors.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mach-imx6ul.c