Commit 9e70ac1a authored by Oded Gabbay's avatar Oded Gabbay
Browse files

habanalabs: add missing include of vmalloc.h



Use of vfree(), vmalloc_user(), vmalloc() and remap_vmalloc_range()
requires this include in some architectures.

Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
parent 57b6f02f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@

#include <linux/uaccess.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/pci-p2pdma.h>

MODULE_IMPORT_NS(DMA_BUF);