From: Baruch Siach Date: Thu, 10 Nov 2016 11:21:42 +0000 (+0200) Subject: net: bpqether.h: remove if_ether.h guard X-Git-Tag: v4.9-rc6~27^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10b217681ddec4fa3ddb375bb188fec504523da4;p=thirdparty%2Flinux.git 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 Signed-off-by: David S. Miller --- diff --git a/include/uapi/linux/bpqether.h b/include/uapi/linux/bpqether.h index a6c35e1a89ad9..05865edaefdae 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 -#endif #define SIOCSBPQETHOPT (SIOCDEVPRIVATE+0) /* reserved */ #define SIOCSBPQETHADDR (SIOCDEVPRIVATE+1)