From: Arnd Bergmann Date: Tue, 28 Jun 2005 22:58:50 +0000 (-0700) Subject: [NET]: Add missing include to linux/netdevice.h X-Git-Tag: v2.6.13-rc1~2^2~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd61272db5e643b6d9c01c9d5085b914d9f19df;p=linux-2.6 [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 8a2df4dfbc..cf3847edc5 100644 --- a/include/linux/etherdevice.h +++ b/include/linux/etherdevice.h @@ -25,6 +25,7 @@ #define _LINUX_ETHERDEVICE_H #include +#include #include #ifdef __KERNEL__