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