From 4c61565bbc5865632e70112e106aa6f119541cf7 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 26 Aug 2018 14:55:47 -0600 Subject: [PATCH] include/nuttx/net/ethernet.h: Remove CONFIG_NET_ETHERNET guard --- include/nuttx/net/ethernet.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/nuttx/net/ethernet.h b/include/nuttx/net/ethernet.h index 08f9013c775..dd4f675b65e 100644 --- a/include/nuttx/net/ethernet.h +++ b/include/nuttx/net/ethernet.h @@ -49,8 +49,6 @@ #include #include -#ifdef CONFIG_NET_ETHERNET - /**************************************************************************** * Pre-processor Definitions ****************************************************************************/ @@ -138,5 +136,4 @@ EXTERN const struct ether_addr g_ipv6_ethallrouters; /* All link local routers } #endif -#endif /* CONFIG_NET_ETHERNET */ #endif /* __INCLUDE_NUTTX_NET_ETHERNET_H */