patch-2.1.29 linux/include/linux/netdevice.h

Next file: linux/include/linux/openpromio.h
Previous file: linux/include/linux/istallion.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.28/linux/include/linux/netdevice.h linux/include/linux/netdevice.h
@@ -69,10 +69,6 @@
 #define IFF_IP_MASK_OK	2
 #define IFF_IP_BRD_OK	4
 
-#ifdef __KERNEL__
-
-#include <linux/skbuff.h>
-
 /*
  *	We tag multicasts with these structures.
  */
@@ -130,6 +126,9 @@
 	
 };
 
+#ifdef __KERNEL__
+
+#include <linux/skbuff.h>
 
 /*
  *	The DEVICE structure.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov