mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 22:54:05 +08:00
Fix net/core/wireless.c link failure
It needs <linux/etherdevice.h> for compare_ether_addr()
This commit is contained in:
parent
7da942e5bc
commit
9819d85c21
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user