From deec76e8eecc11ad21a19adc794df47fb105a3f4 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Wed, 26 Apr 2023 06:42:06 +0000 Subject: [PATCH] nvdla: Get rid of explicit header inclusion The required headers for nvdla driver are already included in the master makefile. Hence, it is not required to add include path explicitly. Bug 4087103 Change-Id: Ie55e3a6707b640862e63ef070a491b68ad31f708 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894627 Reviewed-by: svcacv Reviewed-by: Amit Sharma (SW-TEGRA) GVS: Gerrit_Virtual_Submit --- drivers/video/tegra/host/nvdla/Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/drivers/video/tegra/host/nvdla/Makefile b/drivers/video/tegra/host/nvdla/Makefile index d5262db8..2a252a04 100644 --- a/drivers/video/tegra/host/nvdla/Makefile +++ b/drivers/video/tegra/host/nvdla/Makefile @@ -4,19 +4,10 @@ GCOV_PROFILE := y ifdef CONFIG_TEGRA_GRHOST -ccflags-y += -I$(srctree.nvidia)/drivers/video/tegra/host ccflags-y += -DCONFIG_TEGRA_NVDLA_CHANNEL endif -ccflags-y += -I$(srctree.nvidia)/include -ccflags-y += -I$(srctree.nvidia)/include/uapi/linux -ccflags-y += -I$(srctree.nvidia)/drivers/video/tegra/host/nvdla ccflags-y += -Werror - -# When using the upstream host1x driver, the Makefile must define the -# srctree.host1x path in order to find the necessary header files for -# the upstream host1x driver. -ccflags-y += -I$(srctree.host1x)/include ccflags-y += -DCONFIG_TEGRA_HOST1X ccflags-y += -DCONFIG_TEGRA_FUSE_UPSTREAM