]> git.baikalelectronics.ru Git - uboot.git/commit
net: ftmac100: Remove non-DM_ETH code
authorTom Rini <trini@konsulko.com>
Sat, 19 Nov 2022 23:45:40 +0000 (18:45 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 5 Dec 2022 21:08:38 +0000 (16:08 -0500)
commitf5e47ff63dcc3c59341523c361e01675f97a2787
tree81936b2c64cd8b86cad2ef9cb6497c5410452e35
parente7c3eea528d90ed51d47f9097f6172b8dac3284b
net: ftmac100: Remove non-DM_ETH code

At this point all users of this driver enable DM_ETH, so remove the
legacy code paths.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/ftmac100.c