summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/board-mx53_loco.c
diff options
context:
space:
mode:
authorDong Aisheng2011-11-11 17:09:06 +0100
committerSascha Hauer2011-12-09 11:01:17 +0100
commit16b3647d333a18141fc9d172e89a142250be0c57 (patch)
tree63a5f9161a44eda0f71f3b5daa8becd400542c22 /arch/arm/mach-mx5/board-mx53_loco.c
parentMXC PWM: should active during DOZE/WAIT/DBG mode (diff)
downloadkernel-qcow2-linux-16b3647d333a18141fc9d172e89a142250be0c57.tar.gz
kernel-qcow2-linux-16b3647d333a18141fc9d172e89a142250be0c57.tar.xz
kernel-qcow2-linux-16b3647d333a18141fc9d172e89a142250be0c57.zip
ARM: mx5: add __initconst for fec pdata
Signed-off-by: Dong Aisheng <b29396@freescale.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/board-mx53_loco.c')
-rw-r--r--arch/arm/mach-mx5/board-mx53_loco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/board-mx53_loco.c b/arch/arm/mach-mx5/board-mx53_loco.c
index 7678f7734db6..237bdecd9331 100644
--- a/arch/arm/mach-mx5/board-mx53_loco.c
+++ b/arch/arm/mach-mx5/board-mx53_loco.c
@@ -242,7 +242,7 @@ static inline void mx53_loco_fec_reset(void)
gpio_set_value(LOCO_FEC_PHY_RST, 1);
}
-static struct fec_platform_data mx53_loco_fec_data = {
+static const struct fec_platform_data mx53_loco_fec_data __initconst = {
.phy = PHY_INTERFACE_MODE_RMII,
};