diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-27 18:05:47 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-09-30 13:17:39 -0400 |
commit | 005eff5919cdc29ec7f1c6169db40c533f1e05d7 (patch) | |
tree | 9cc1cf5903709b6ab09e53683befc49aa0502034 | |
parent | ef09396ef622572c604d4977e76f6151ef68ed21 (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>
-rw-r--r-- | drivers/net/wireless/ath/ath5k/debug.c | 1 |
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 30e4e1fd4b0..bc996757114 100644 --- 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" |