diff options
Diffstat (limited to 'include/linux/sh_eth.h')
-rw-r--r-- | include/linux/sh_eth.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sh_eth.h b/include/linux/sh_eth.h index 94081e9a5010..6dfda97a6c1a 100644 --- a/include/linux/sh_eth.h +++ b/include/linux/sh_eth.h | |||
@@ -5,12 +5,9 @@ | |||
5 | #include <linux/phy.h> | 5 | #include <linux/phy.h> |
6 | #include <linux/if_ether.h> | 6 | #include <linux/if_ether.h> |
7 | 7 | ||
8 | enum {EDMAC_LITTLE_ENDIAN}; | ||
9 | |||
10 | struct sh_eth_plat_data { | 8 | struct sh_eth_plat_data { |
11 | int phy; | 9 | int phy; |
12 | int phy_irq; | 10 | int phy_irq; |
13 | int edmac_endian; | ||
14 | phy_interface_t phy_interface; | 11 | phy_interface_t phy_interface; |
15 | void (*set_mdio_gate)(void *addr); | 12 | void (*set_mdio_gate)(void *addr); |
16 | 13 | ||