Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10b21768 authored by Baruch Siach's avatar Baruch Siach Committed by David S. Miller
Browse files

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: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 34fad54c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)