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 */