Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62c83ac4 authored by Kalle Valo's avatar Kalle Valo
Browse files

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: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent ef548626
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

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

#include "debug.h"
#include "target.h"