diff options
Diffstat (limited to 'arch/sh/boards/board-espt.c')
-rw-r--r-- | arch/sh/boards/board-espt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/boards/board-espt.c b/arch/sh/boards/board-espt.c index 4d94dff9015c..7291e2f11a47 100644 --- a/arch/sh/boards/board-espt.c +++ b/arch/sh/boards/board-espt.c | |||
@@ -80,7 +80,6 @@ static struct resource sh_eth_resources[] = { | |||
80 | static struct sh_eth_plat_data sh7763_eth_pdata = { | 80 | static struct sh_eth_plat_data sh7763_eth_pdata = { |
81 | .phy = 0, | 81 | .phy = 0, |
82 | .edmac_endian = EDMAC_LITTLE_ENDIAN, | 82 | .edmac_endian = EDMAC_LITTLE_ENDIAN, |
83 | .register_type = SH_ETH_REG_GIGABIT, | ||
84 | .phy_interface = PHY_INTERFACE_MODE_MII, | 83 | .phy_interface = PHY_INTERFACE_MODE_MII, |
85 | }; | 84 | }; |
86 | 85 | ||