diff options
| author | David S. Miller <davem@davemloft.net> | 2016-01-05 00:11:12 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-01-05 00:11:12 +0300 |
| commit | 04c67a90ab947560564f875033f0e06ddfa0c7af (patch) | |
| tree | 6c77fec53c775109d88df486e2a19dec55226c9c /include/linux | |
| parent | 6e898bfd6e9e5cd0f7f8275ad4dc41a3acf7c75a (diff) | |
| parent | 7cf724770b78c1d4f24e23747ac03233a88af440 (diff) | |
| download | linux-04c67a90ab947560564f875033f0e06ddfa0c7af.tar.xz | |
Merge branch 'sh_eth-remove-BE-desc-support'
Sergei Shtylyov says:
====================
sh_eth: remove unused BE descriptor support
Here's a set of 2 patches against DaveM's 'net-next.git' repo plus the
recently merged to 'net.git' repo fix for the 16-bit descriptor endianness.
We get rid of ~30 LoCs and ~300 bytes of code.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -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; |
