]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
net: sunxi_emac: Remove non-DM_ETH code
authorTom Rini <trini@konsulko.com>
Sun, 27 Nov 2022 15:25:25 +0000 (10:25 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 7 Dec 2022 21:04:17 +0000 (16:04 -0500)
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>
drivers/net/sunxi_emac.c

index 8625e49dae4df84a48f315d582c6c38f196055d0..ad9e1abd161e44e8c1b70e2b36d2f52cfb87c398 100644 (file)
@@ -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 {