aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-09-27 12:05:47 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-09-30 13:17:39 -0400
commit005eff5919cdc29ec7f1c6169db40c533f1e05d7 (patch)
tree9cc1cf5903709b6ab09e53683befc49aa0502034 /drivers/net/wireless
parentef09396ef622572c604d4977e76f6151ef68ed21 (diff)
ath5k: add missing include for debug code
Needed for calling vmalloc()/vfree() Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/ath/ath5k/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/debug.c b/drivers/net/wireless/ath/ath5k/debug.c
index 30e4e1fd4b04..bc996757114f 100644
--- a/drivers/net/wireless/ath/ath5k/debug.c
+++ b/drivers/net/wireless/ath/ath5k/debug.c
@@ -65,6 +65,7 @@
65 65
66#include <linux/seq_file.h> 66#include <linux/seq_file.h>
67#include <linux/list.h> 67#include <linux/list.h>
68#include <linux/vmalloc.h>
68#include "debug.h" 69#include "debug.h"
69#include "ath5k.h" 70#include "ath5k.h"
70#include "reg.h" 71#include "reg.h"