include/nuttx/net/ethernet.h: Remove CONFIG_NET_ETHERNET guard
This commit is contained in:
parent
b48804cfc2
commit
4c61565bbc
@ -49,8 +49,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <net/ethernet.h>
|
#include <net/ethernet.h>
|
||||||
|
|
||||||
#ifdef CONFIG_NET_ETHERNET
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
@ -138,5 +136,4 @@ EXTERN const struct ether_addr g_ipv6_ethallrouters; /* All link local routers
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONFIG_NET_ETHERNET */
|
|
||||||
#endif /* __INCLUDE_NUTTX_NET_ETHERNET_H */
|
#endif /* __INCLUDE_NUTTX_NET_ETHERNET_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user