OSDN Git Service

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)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Feb 2014 01:24:28 +0000 (10:24 +0900)
commitd24d1780c340777942061ef3445edcf228e8d35b
treeea0d2c4e2440da7ccb82920ee0f22b3339b6c3c5
parentd690f4681ceddeb3f077c661a19af0b8e0411ae7
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>
arch/arm/mach-shmobile/setup-emev2.c