nvmap: Get rid of inclusion of tegra-ivc header

IVC calls are moved to core kernel and hence it
is no required to include tegra-ivc headers.

Bug 4430467

Change-Id: Icc87f2899fb469e18587873c65eeca60b4547ea7
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3039673
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-12-22 09:33:12 +00:00
committed by mobile promotions
parent de1d1eee4a
commit eefd72e5be

View File

@@ -37,11 +37,7 @@
#include "nvmap_priv.h"
#ifdef CONFIG_TEGRA_VIRTUALIZATION
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 14, 0)
#include <linux/tegra-ivc.h>
#else
#include <soc/tegra/virt/hv-ivc.h>
#endif
#include <soc/tegra/virt/syscalls.h>
#endif