include/nuttx/net/ethernet.h: Remove CONFIG_NET_ETHERNET guard

This commit is contained in:
Xiang Xiao 2018-08-26 14:55:47 -06:00 committed by Gregory Nutt
parent b48804cfc2
commit 4c61565bbc

View File

@ -49,8 +49,6 @@
#include <stdint.h>
#include <net/ethernet.h>
#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 */