ARM: shmobile: emev2: Use __initconst for const init definition
authorSimon Horman <horms+renesas@verge.net.au>
Fri, 27 Dec 2013 03:14:08 +0000 (12:14 +0900)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 4 Feb 2015 10:13:44 +0000 (11:13 +0100)
commit78e5b22bd5d8cb6459efdc4fa95bf2ecb2354b98
tree39a0590b0d86e05fc4d8fe5346bdfd9d4c4a88f5
parent6ee195f1a0ac74c83a9508d1d5d9e86f4c643998
ARM: shmobile: emev2: Use __initconst for const init definition

__initconst must be used instead of __initdata for
const init definitions.

This problem was introduced by 3d5de27174955702 ("mach-shmobile: Emma
Mobile EV2 DT support V3") in v3.4-rc7.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit d24d1780c340777942061ef3445edcf228e8d35b)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/setup-emev2.c