commit | d75d6365cfc8530fe25f9641fe4961912207dee4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Nov 27 10:25:16 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 07 16:04:17 2022 -0500 |
tree | 6b1b4ed9d75de47ce203db17db020a46716b8ea6 | |
parent | 0b20e4fa5086cf401f7e79a3ee5589ae3185f315 [diff] |
net: mcfmii: 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>