Fix net/core/wireless.c link failure

It needs <linux/etherdevice.h> for compare_ether_addr()
This commit is contained in:
Linus Torvalds 2006-01-10 19:35:19 -08:00
parent 7da942e5bc
commit 9819d85c21

View 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 */