]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ath5k: add missing include for debug code
authorFelix Fietkau <nbd@openwrt.org>
Sat, 27 Sep 2014 16:05:47 +0000 (18:05 +0200)
committerJohn 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

index 30e4e1fd4b049709806011999782d3ba82ab78f4..bc996757114f12178d0ccb9e41a42a92beacfadc 100644 (file)
@@ -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"