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

From: Arnd Bergmann
Date: Tue Jun 28 2005 - 09:06:38 EST


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@xxxxxxxxxx>

--- 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__
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/