From: Felix Fietkau Date: Sat, 27 Sep 2014 16:05:47 +0000 (+0200) Subject: ath5k: add missing include for debug code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=005eff5919cdc29ec7f1c6169db40c533f1e05d7;p=linux-beck.git ath5k: add missing include for debug code Needed for calling vmalloc()/vfree() Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- 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 @@ #include #include +#include #include "debug.h" #include "ath5k.h" #include "reg.h"