Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: bpqether.h: remove if_ether.h guard

__LINUX_IF_ETHER_H is not defined anywhere, and if_ether.h can keep itself from
double inclusion, though it uses a single underscore prefix.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Baruch Siach and committed by
David S. Miller
10b21768 34fad54c

-2
-2
include/uapi/linux/bpqether.h
··· 5 5 * Defines for the BPQETHER pseudo device driver 6 6 */ 7 7 8 - #ifndef __LINUX_IF_ETHER_H 9 8 #include <linux/if_ether.h> 10 - #endif 11 9 12 10 #define SIOCSBPQETHOPT (SIOCDEVPRIVATE+0) /* reserved */ 13 11 #define SIOCSBPQETHADDR (SIOCDEVPRIVATE+1)