[NET]: Add missing include to linux/netdevice.h
authorArnd Bergmann <arndb@de.ibm.com>
Tue, 28 Jun 2005 22:58:50 +0000 (15:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jun 2005 22:58:50 +0000 (15:58 -0700)
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@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/etherdevice.h

index 8a2df4d..cf3847e 100644 (file)
@@ -25,6 +25,7 @@
 #define _LINUX_ETHERDEVICE_H
 
 #include <linux/if_ether.h>
+#include <linux/netdevice.h>
 #include <linux/random.h>
 
 #ifdef __KERNEL__