aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2018-01-05 00:26:46 +0300
committerDavid S. Miller <davem@davemloft.net>2018-01-08 14:10:33 -0500
commite3e49ca9b033adbc99aca25db4b46b0eadd7cfb9 (patch)
treeeb4e2a1dd3c714e6bc84663a9e14b0d6a767f333 /include
parentMerge branch 'hns3-next' (diff)
downloadlinux-dev-e3e49ca9b033adbc99aca25db4b46b0eadd7cfb9.tar.xz
linux-dev-e3e49ca9b033adbc99aca25db4b46b0eadd7cfb9.zip
sh_eth: remove sh_eth_plat_data::edmac_endian
Since the commit 888cc8c20cf ("sh_eth: remove EDMAC_BIG_ENDIAN") (geez, I didn't realize that was 2 years ago!) the initializers in the SuperH platform code for the 'sh_eth_plat_data::edmac_endian' stopped to matter, so we can remove that field for good (not sure if it was ever useful -- SH7786 Ether has been reported to have the same EDMAC descriptor/register endiannes as configured for the SuperH CPU)... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sh_eth.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sh_eth.h b/include/linux/sh_eth.h
index ff3642d267f7..dd5d69323701 100644
--- a/include/linux/sh_eth.h
+++ b/include/linux/sh_eth.h
@@ -5,12 +5,9 @@
#include <linux/phy.h>
#include <linux/if_ether.h>
-enum {EDMAC_LITTLE_ENDIAN};
-
struct sh_eth_plat_data {
int phy;
int phy_irq;
- int edmac_endian;
phy_interface_t phy_interface;
void (*set_mdio_gate)(void *addr);