Skip to content

Commit

Permalink
Fix net/core/wireless.c link failure
Browse files Browse the repository at this point in the history
It needs <linux/etherdevice.h> for compare_ether_addr()
  • Loading branch information
Linus Torvalds committed Jan 11, 2006
1 parent 7da942e commit 9819d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/core/wireless.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 9819d85

Please sign in to comment.