commit | 8bdbf38e1ee17eaea5d14616ea5b7877fb44f9a2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Nov 27 10:25:22 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 07 16:04:17 2022 -0500 |
tree | 59348591722373047bac4c0a4351c2572655b72e | |
parent | da8884282123e2c66d65385fd1d95a6aabd021c4 [diff] |
net: rtl8169: 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>