net: sunxi_emac: Remove non-DM_ETH code
As DM_ETH is required for all network drivers, it's now safe to remove the non-DM_ETH support code. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
61af2af3f7
commit
8f5c7cc96b
1 changed files with 0 additions and 2 deletions
|
@ -164,9 +164,7 @@ struct emac_eth_dev {
|
|||
struct mii_dev *bus;
|
||||
struct phy_device *phydev;
|
||||
int link_printed;
|
||||
#ifdef CONFIG_DM_ETH
|
||||
uchar rx_buf[EMAC_RX_BUFSIZE];
|
||||
#endif
|
||||
};
|
||||
|
||||
struct emac_rxhdr {
|
||||
|
|
Loading…
Reference in a new issue