* [PATCH] ath6kl: include vmalloc.h in debug.c
@ 2011-10-03 10:44 Kalle Valo
2011-10-03 10:55 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Kalle Valo @ 2011-10-03 10:44 UTC (permalink / raw)
To: kvalo; +Cc: linux-wireless
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 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless/ath/ath6kl/debug.c b/drivers/net/wireless/ath/ath6kl/debug.c
index 5237369..ba3f23d 100644
--- a/drivers/net/wireless/ath/ath6kl/debug.c
+++ b/drivers/net/wireless/ath/ath6kl/debug.c
@@ -18,6 +18,7 @@
#include <linux/circ_buf.h>
#include <linux/fs.h>
+#include <linux/vmalloc.h>
#include "debug.h"
#include "target.h"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ath6kl: include vmalloc.h in debug.c
2011-10-03 10:44 [PATCH] ath6kl: include vmalloc.h in debug.c Kalle Valo
@ 2011-10-03 10:55 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2011-10-03 10:55 UTC (permalink / raw)
To: Kalle Valo; +Cc: linux-wireless
On 10/03/2011 01:44 PM, Kalle Valo wrote:
> 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
Applied.
Kalle
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-03 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03 10:44 [PATCH] ath6kl: include vmalloc.h in debug.c Kalle Valo
2011-10-03 10:55 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).