From: Felix Fietkau Date: Sat, 27 Sep 2014 16:05:47 +0000 (+0200) Subject: ath5k: add missing include for debug code X-Git-Tag: v3.18-rc1~115^2~39^2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=005eff5919cdc29ec7f1c6169db40c533f1e05d7;p=thirdparty%2Flinux.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 30e4e1fd4b049..bc996757114f1 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"