diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2015-12-28 02:07:08 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-01-05 00:11:11 +0300 |
commit | 888cc8c20cf265fcd1302f6c5d6be07628ba66c7 (patch) | |
tree | 0529d9443a39803d63889029c97ce4ad4b772463 /include/linux/sh_eth.h | |
parent | 6e898bfd6e9e5cd0f7f8275ad4dc41a3acf7c75a (diff) | |
download | linux-888cc8c20cf265fcd1302f6c5d6be07628ba66c7.tar.xz |
sh_eth: remove EDMAC_BIG_ENDIAN
Commit 71557a37adb5 ("[netdrvr] sh_eth: Add SH7619 support") added support
for the big-endian EDMAC descriptors. However, it was never used and never
worked right until the recent driver fixes. I think we now can just remove
this support, it was only burdening the driver from the start. It should be
easy to do without disturbing the SH platform code, at least for now...
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/sh_eth.h')
-rw-r--r-- | include/linux/sh_eth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sh_eth.h b/include/linux/sh_eth.h index 8c9131db2b25..f2e27e078362 100644 --- a/include/linux/sh_eth.h +++ b/include/linux/sh_eth.h @@ -4,7 +4,7 @@ #include <linux/phy.h> #include <linux/if_ether.h> -enum {EDMAC_LITTLE_ENDIAN, EDMAC_BIG_ENDIAN}; +enum {EDMAC_LITTLE_ENDIAN}; struct sh_eth_plat_data { int phy; |