diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh2/setup-sh7619.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh2/setup-sh7619.c b/arch/sh/kernel/cpu/sh2/setup-sh7619.c index 19472817e274..4df4d4ffe39b 100644 --- a/arch/sh/kernel/cpu/sh2/setup-sh7619.c +++ b/arch/sh/kernel/cpu/sh2/setup-sh7619.c | |||
@@ -114,7 +114,7 @@ static struct platform_device scif2_device = { | |||
114 | static struct sh_eth_plat_data eth_platform_data = { | 114 | static struct sh_eth_plat_data eth_platform_data = { |
115 | .phy = 1, | 115 | .phy = 1, |
116 | .edmac_endian = EDMAC_LITTLE_ENDIAN, | 116 | .edmac_endian = EDMAC_LITTLE_ENDIAN, |
117 | .phy_interace = PHY_INTERFACE_MODE_MII, | 117 | .phy_interface = PHY_INTERFACE_MODE_MII, |
118 | }; | 118 | }; |
119 | 119 | ||
120 | static struct resource eth_resources[] = { | 120 | static struct resource eth_resources[] = { |