mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user