[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 <arndb@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Arnd Bergmann and committed by David S. Miller bcd61272 ff593c59

+1
+1
include/linux/etherdevice.h
··· 25 25 #define _LINUX_ETHERDEVICE_H 26 26 27 27 #include <linux/if_ether.h> 28 + #include <linux/netdevice.h> 28 29 #include <linux/random.h> 29 30 30 31 #ifdef __KERNEL__