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