summaryrefslogtreecommitdiff
path: root/include/dm
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-27 18:25:11 +0300
committerTom Rini <trini@konsulko.com>2022-12-08 00:04:17 +0300
commitecca44805d9a00e8e9ac6c14d9e7293565900981 (patch)
treea28431cc5bbeaa8ad4200db686d4a1c1887696b0 /include/dm
parent4fb814f571e01a3702e9d58497c57e1892070c2e (diff)
downloadu-boot-ecca44805d9a00e8e9ac6c14d9e7293565900981.tar.xz
net: ethoc: 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>
Diffstat (limited to 'include/dm')
-rw-r--r--include/dm/platform_data/net_ethoc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dm/platform_data/net_ethoc.h b/include/dm/platform_data/net_ethoc.h
index 855e9999a0..44547d14f5 100644
--- a/include/dm/platform_data/net_ethoc.h
+++ b/include/dm/platform_data/net_ethoc.h
@@ -8,13 +8,9 @@
#include <net.h>
-#ifdef CONFIG_DM_ETH
-
struct ethoc_eth_pdata {
struct eth_pdata eth_pdata;
phys_addr_t packet_base;
};
-#endif
-
#endif /* _ETHOC_H */