habanalabs: add missing include of vmalloc.h
authorOded Gabbay <ogabbay@kernel.org>
Wed, 2 Feb 2022 08:36:29 +0000 (10:36 +0200)
committerOded Gabbay <ogabbay@kernel.org>
Mon, 28 Feb 2022 12:22:04 +0000 (14:22 +0200)
commit9e70ac1aa7ba50f223b4784c9e19d9ee3e47e634
tree48f52e501681267f9a1700a85c0f4d7ae2164f3f
parent57b6f02fff3e2a8c394bbde6724950d492160356
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: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/common/memory.c