From: Kalle Valo Date: Mon, 3 Oct 2011 10:44:40 +0000 (+0300) Subject: ath6kl: include vmalloc.h in debug.c X-Git-Tag: next-20111004~56^2~12^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=62c83ac4d6bcfa6a116c8f1c8ace05cb3933a4f1;p=karo-tx-linux.git ath6kl: include vmalloc.h in debug.c Fixes compilation errors when compiling for ARM: ath6kl/debug.c:312: error: implicit declaration of function 'vmalloc' ath6kl/debug.c:312: warning: assignment makes pointer from integer without a cast ath6kl/debug.c:342: error: implicit declaration of function 'vfree' ath6kl/debug.c:696: warning: assignment makes pointer from integer without a cast ath6kl/debug.c:871: warning: assignment makes pointer from integer without a cast Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath6kl/debug.c b/drivers/net/wireless/ath/ath6kl/debug.c index 5237369cd521..ba3f23d71150 100644 --- a/drivers/net/wireless/ath/ath6kl/debug.c +++ b/drivers/net/wireless/ath/ath6kl/debug.c @@ -18,6 +18,7 @@ #include #include +#include #include "debug.h" #include "target.h"