Skip to content

Commit

Permalink
ath6kl: include vmalloc.h in debug.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kalle Valo committed Oct 3, 2011
1 parent ef54862 commit 62c83ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/ath/ath6kl/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <linux/circ_buf.h>
#include <linux/fs.h>
#include <linux/vmalloc.h>

#include "debug.h"
#include "target.h"
Expand Down

0 comments on commit 62c83ac

Please sign in to comment.