diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-11-10 06:21:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-13 00:57:53 -0500 |
commit | 10b217681ddec4fa3ddb375bb188fec504523da4 (patch) | |
tree | a55622663cc44d1805cb790df4288b5998d44209 | |
parent | 34fad54c2537f7c99d07375e50cb30aa3c23bd83 (diff) |
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>
-rw-r--r-- | include/uapi/linux/bpqether.h | 2 |
1 files changed, 0 insertions, 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 @@ | |||
5 | * Defines for the BPQETHER pseudo device driver | 5 | * Defines for the BPQETHER pseudo device driver |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef __LINUX_IF_ETHER_H | ||
9 | #include <linux/if_ether.h> | 8 | #include <linux/if_ether.h> |
10 | #endif | ||
11 | 9 | ||
12 | #define SIOCSBPQETHOPT (SIOCDEVPRIVATE+0) /* reserved */ | 10 | #define SIOCSBPQETHOPT (SIOCDEVPRIVATE+0) /* reserved */ |
13 | #define SIOCSBPQETHADDR (SIOCDEVPRIVATE+1) | 11 | #define SIOCSBPQETHADDR (SIOCDEVPRIVATE+1) |