[PATCH] net: bpqether.h: remove if_ether.h guard
From: Baruch Siach <baruch@tkos.co.il>
Date: 2016-11-10 11:22:21
Also in:
linux-hams
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Baruch Siach <baruch@tkos.co.il>
Date: 2016-11-10 11:22:21
Also in:
linux-hams
Subsystem:
the rest · Maintainer:
Linus Torvalds
__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> --- include/uapi/linux/bpqether.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/uapi/linux/bpqether.h b/include/uapi/linux/bpqether.h
index a6c35e1a89ad..05865edaefda 100644
--- a/include/uapi/linux/bpqether.h
+++ b/include/uapi/linux/bpqether.h@@ -5,9 +5,7 @@ * Defines for the BPQETHER pseudo device driver */ -#ifndef __LINUX_IF_ETHER_H #include <linux/if_ether.h> -#endif #define SIOCSBPQETHOPT (SIOCDEVPRIVATE+0) /* reserved */ #define SIOCSBPQETHADDR (SIOCDEVPRIVATE+1)
--
2.10.2