commit | 90fc4ba13e94d07d1715803664d8b277cc9d51a1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Nov 27 10:25:09 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 07 16:04:17 2022 -0500 |
tree | b7d5893b156ed0f849c7a223debe4f73b66c88b3 | |
parent | 94273f7cca90512cc4dddf44a6b43cedaf5bd84f [diff] |
net: e1000: 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>