summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2011-10-03 12:44:40 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2011-10-03 12:52:46 +0200
commit62c83ac4d6bcfa6a116c8f1c8ace05cb3933a4f1 (patch)
tree0708dd71fe9ad97af5a99d704750cbc4b1182b57 /drivers/net/wireless/ath
parentath6kl: fix size_t related warnings (diff)
downloadlinux-62c83ac4d6bcfa6a116c8f1c8ace05cb3933a4f1.tar.xz
linux-62c83ac4d6bcfa6a116c8f1c8ace05cb3933a4f1.zip
ath6kl: include vmalloc.h in debug.c
Fixes compilation errors when compiling for ARM: ath6kl/debug.c:312: error: implicit declaration of function 'vmalloc' ath6kl/debug.c:312: warning: assignment makes pointer from integer without a cast ath6kl/debug.c:342: error: implicit declaration of function 'vfree' ath6kl/debug.c:696: warning: assignment makes pointer from integer without a cast ath6kl/debug.c:871: warning: assignment makes pointer from integer without a cast Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/ath6kl/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/debug.c b/drivers/net/wireless/ath/ath6kl/debug.c
index 5237369cd521..ba3f23d71150 100644
--- a/drivers/net/wireless/ath/ath6kl/debug.c
+++ b/drivers/net/wireless/ath/ath6kl/debug.c
@@ -18,6 +18,7 @@
#include <linux/circ_buf.h>
#include <linux/fs.h>
+#include <linux/vmalloc.h>
#include "debug.h"
#include "target.h"