projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7da942e
)
Fix net/core/wireless.c link failure
author
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 11 Jan 2006 03:35:19 +0000
(19:35 -0800)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/net/core/wireless.c
b/net/core/wireless.c
index f88b0affb3b97035450ce57120790dd5b6a74a2f..2add7ed609e9ab78e02d70793470f8321a6e3313 100644
(file)
--- a/
net/core/wireless.c
+++ b/
net/core/wireless.c
@@
-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 */