commit | 8bb90a830548c277c507a7316e01d351c0ef3a84 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Nov 27 10:25:25 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 07 16:04:17 2022 -0500 |
tree | 63ac748480aa87ca4f4f9b67a1907826e83cb1b5 | |
parent | e27210853be7acba4fb0b50c42e74beb6d983c44 [diff] |
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>