]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
headers, pppox: Add missing #include to <linux/if_pppox.h>
authorBen Hutchings <ben@decadent.org.uk>
Wed, 24 Aug 2011 18:40:48 +0000 (18:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Aug 2011 16:02:50 +0000 (12:02 -0400)
<linux/if_ppox.h> uses ETH_ALEN, defined in <linux/if_ether.h>.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_pppox.h

index 397921b09ef9b792153e84fa8af24c8a96c98dc1..60e5558045c854b6fb67d9d7ebbc3dcdc9f667a9 100644 (file)
@@ -20,8 +20,8 @@
 #include <linux/types.h>
 #include <asm/byteorder.h>
 
-#ifdef  __KERNEL__
 #include <linux/if_ether.h>
+#ifdef  __KERNEL__
 #include <linux/if.h>
 #include <linux/netdevice.h>
 #include <linux/ppp_channel.h>