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 <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894627
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-04-26 06:42:06 +00:00
committed by mobile promotions
parent f13bfe1283
commit deec76e8ee

View File

@@ -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