From: Kalle Valo Date: Mon, 3 Oct 2011 10:44:40 +0000 (+0300) Subject: ath6kl: include vmalloc.h in debug.c X-Git-Tag: v3.2-rc1~129^2~104^2^2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c83ac4d6bcfa6a116c8f1c8ace05cb3933a4f1;p=pandora-kernel.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 --- Reading git-diff-tree failed