[PATCH] net: add missing include to netdevice.h
From: Arnd Bergmann <arnd@arndb.de>
Date: 2005-06-28 14:03:10
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2005-06-28 14:03:10
Also in:
lkml
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 <redacted>
--- 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__