diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-12-06 14:18:36 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-12-06 14:18:36 +0000 |
commit | af72617279f6d56163328802cf6545b95a538345 (patch) | |
tree | 205d947b4b32257d8f6a0e4a248b5212ea1f1dba /arch/arm/mach-mxs/module-tx28.c | |
parent | 58a394b3fae8b08e3efb04b740cb85aa4fe98d29 (diff) | |
parent | 7d8b894ca135a896f32934f7d096714d5bc687e6 (diff) |
Merge branch 'mxs/fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
Diffstat (limited to 'arch/arm/mach-mxs/module-tx28.c')
-rw-r--r-- | arch/arm/mach-mxs/module-tx28.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mxs/module-tx28.c b/arch/arm/mach-mxs/module-tx28.c index 0fcff47009c..9a7b08b2a92 100644 --- a/arch/arm/mach-mxs/module-tx28.c +++ b/arch/arm/mach-mxs/module-tx28.c @@ -66,11 +66,11 @@ static const iomux_cfg_t tx28_fec1_pads[] __initconst = { MX28_PAD_ENET0_CRS__ENET1_RX_EN, }; -static struct fec_platform_data tx28_fec0_data = { +static const struct fec_platform_data tx28_fec0_data __initconst = { .phy = PHY_INTERFACE_MODE_RMII, }; -static struct fec_platform_data tx28_fec1_data = { +static const struct fec_platform_data tx28_fec1_data __initconst = { .phy = PHY_INTERFACE_MODE_RMII, }; |