aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sh_eth.h
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2015-12-28 02:07:08 +0300
committerDavid S. Miller <davem@davemloft.net>2016-01-04 16:11:11 -0500
commit888cc8c20cf265fcd1302f6c5d6be07628ba66c7 (patch)
tree0529d9443a39803d63889029c97ce4ad4b772463 /include/linux/sh_eth.h
parenttilepro: use to_delayed_work (diff)
downloadlinux-dev-888cc8c20cf265fcd1302f6c5d6be07628ba66c7.tar.xz
linux-dev-888cc8c20cf265fcd1302f6c5d6be07628ba66c7.zip
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.h2
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;