From: Arnd Bergmann Date: Tue, 28 Jun 2005 22:58:50 +0000 (-0700) Subject: [NET]: Add missing include to linux/netdevice.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bcd61272db5e643b6d9c01c9d5085b914d9f19df;p=deliverable%2Flinux.git [NET]: Add missing include to linux/netdevice.h 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 Signed-off-by: David S. Miller --- diff --git a/include/linux/etherdevice.h b/include/linux/etherdevice.h index 8a2df4dfbc59..cf3847edc50f 100644 --- a/include/linux/etherdevice.h +++ b/include/linux/etherdevice.h @@ -25,6 +25,7 @@ #define _LINUX_ETHERDEVICE_H #include +#include #include #ifdef __KERNEL__