projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef09396
)
ath5k: add missing include for debug code
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 27 Sep 2014 16:05:47 +0000
(18:05 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 30 Sep 2014 17:17:39 +0000
(13:17 -0400)
Needed for calling vmalloc()/vfree()
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/debug.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath5k/debug.c
b/drivers/net/wireless/ath/ath5k/debug.c
index
30e4e1f
..
bc99675
100644
(file)
--- a/
drivers/net/wireless/ath/ath5k/debug.c
+++ b/
drivers/net/wireless/ath/ath5k/debug.c
@@
-65,6
+65,7
@@
#include <linux/seq_file.h>
#include <linux/list.h>
+#include <linux/vmalloc.h>
#include "debug.h"
#include "ath5k.h"
#include "reg.h"