Fix net/core/wireless.c link failure
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Jan 2006 03:35:19 +0000 (19:35 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Jan 2006 03:35:19 +0000 (19:35 -0800)
It needs <linux/etherdevice.h> for compare_ether_addr()

net/core/wireless.c

index f88b0af..2add7ed 100644 (file)
@@ -78,6 +78,7 @@
 #include <linux/seq_file.h>
 #include <linux/init.h>                        /* for __init */
 #include <linux/if_arp.h>              /* ARPHRD_ETHER */
+#include <linux/etherdevice.h>         /* compare_ether_addr */
 
 #include <linux/wireless.h>            /* Pretty obvious */
 #include <net/iw_handler.h>            /* New driver API */