sh_eth: remove EDMAC_BIG_ENDIAN
Commit 71557a37ad
("[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>
This commit is contained in:
parent
6e898bfd6e
commit
888cc8c20c
3 changed files with 3 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue