gpu: host1x: Get rid of explicit header inclusion

The required headers for gpu/host1x driver are already
included in the master makefile. Hence, it is not
required to add include path explicitly.

Bug 4087103

Change-Id: Ib359e1e19b8837d41c0129d478dc4848d51ce7ee
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894612
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-04-26 06:19:47 +00:00
committed by mobile promotions
parent 027a3ab6d3
commit cc389c145d
3 changed files with 6 additions and 19 deletions

View File

@@ -1,13 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
#
# Tegra Host1x-fence Driver.
#
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
ccflags-y += -I$(srctree.nvidia)/include
ccflags-y += -I$(srctree.nvidia)/include/uapi/linux
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/include
ccflags-y += -DCONFIG_TEGRA_HOST1X
ccflags-y += -Werror

View File

@@ -1,13 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
#
# Tegra Host1x-Nvhost Driver.
#
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
ccflags-y += -I$(srctree.nvidia)/include
ccflags-y += -I$(srctree.nvidia)/include/uapi/linux
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/include
ccflags-y += -DCONFIG_TEGRA_HOST1X
ccflags-y += -Werror

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
srctree.host1x := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
ccflags-y := -I$(srctree.host1x)/include
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
host1x-next-y = \
bus.o \