From eefd72e5be7efac2f999306d512db19f0257336c Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Fri, 22 Dec 2023 09:33:12 +0000 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3039673 GVS: Gerrit_Virtual_Submit --- drivers/video/tegra/nvmap/nvmap_init.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/video/tegra/nvmap/nvmap_init.c b/drivers/video/tegra/nvmap/nvmap_init.c index c2a335e6..f2f59552 100644 --- a/drivers/video/tegra/nvmap/nvmap_init.c +++ b/drivers/video/tegra/nvmap/nvmap_init.c @@ -37,11 +37,7 @@ #include "nvmap_priv.h" #ifdef CONFIG_TEGRA_VIRTUALIZATION -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 14, 0) -#include -#else #include -#endif #include #endif