]> git.baikalelectronics.ru Git - kernel.git/commit
ath6kl: include vmalloc.h in debug.c
authorKalle Valo <kvalo@qca.qualcomm.com>
Mon, 3 Oct 2011 10:44:40 +0000 (13:44 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 3 Oct 2011 10:52:46 +0000 (13:52 +0300)
commit51bfd4bb4ff691e5f332c8f5f8f16f24754c9f46
tree0708dd71fe9ad97af5a99d704750cbc4b1182b57
parent55e495db1039815c487fff18b0539c1316e197b1
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 <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/debug.c