[PATCH] net: add missing include to netdevice.h

Arnd Bergmann arnd at arndb.de
Tue Jun 28 23:47:03 EST 2005


linux/etherdevice.h can't be included standalone at the moment, which
is required in order to sort the header files in the recommended
alphabetic order. This patch fixes that and is needed to build spider_net.

Signed-off-by: Arnd Bergmann <arndb at de.ibm.com>

--- linux-cg.orig/include/linux/etherdevice.h	2005-05-31 07:48:50.044932320 -0400
+++ linux-cg/include/linux/etherdevice.h	2005-05-31 07:49:06.808914320 -0400
@@ -25,6 +25,7 @@
 #define _LINUX_ETHERDEVICE_H
 
 #include <linux/if_ether.h>
+#include <linux/netdevice.h>
 #include <linux/random.h>
 
 #ifdef __KERNEL__



More information about the Linuxppc64-dev mailing list