mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
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:
committed by
mobile promotions
parent
de1d1eee4a
commit
eefd72e5be
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user