summaryrefslogtreecommitdiff
path: root/include/dm/platform_data/net_ethoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/platform_data/net_ethoc.h')
-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 855e9999a0a..44547d14f53 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 */