commit | f0c6051c56911dc26155296f453da406501cb7d2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Nov 27 10:25:33 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 07 16:04:17 2022 -0500 |
tree | a09c7deccf5f1d72c65142ed6c919ba894a1b2b3 | |
parent | 99cffe78c5ca142c9d26e0e458d4fcd643362cb9 [diff] |
usb: eth: 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 fro usb_ether itself. Signed-off-by: Tom Rini <trini@konsulko.com>