diff options
author | Dong Aisheng <b29396@freescale.com> | 2011-11-12 00:09:06 +0800 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-12-09 11:01:17 +0100 |
commit | 16b3647d333a18141fc9d172e89a142250be0c57 (patch) | |
tree | 63a5f9161a44eda0f71f3b5daa8becd400542c22 /arch/arm/mach-mx5/board-mx53_loco.c | |
parent | c0d96aed8c6dd925afe9ea35491a0cd458642a86 (diff) | |
download | talos-obmc-linux-16b3647d333a18141fc9d172e89a142250be0c57.tar.gz talos-obmc-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.c | 2 |
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, }; |