commit | da8884282123e2c66d65385fd1d95a6aabd021c4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Nov 27 10:25:21 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 07 16:04:17 2022 -0500 |
tree | 712f210d6b61f7d837b0236797e17c579109c0be | |
parent | d671b3b6b24b75aa60ca83d0ba89d7463c876926 [diff] |
net: rtl8139: 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>