mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
video: nvcsi: Get rid of explicit header inclusion
The required headers for video/nvcsi driver are already included in the master makefile. Hence, it is not required to add include path explicitly. Bug 4087103 Change-Id: I6f9463aea97a6d7d39d92c4bb1a27c289eb6eeaa Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894626 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
28db50c620
commit
f13bfe1283
@@ -1,9 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
||||
|
||||
LINUXINCLUDE += -I$(srctree.nvidia)/drivers/gpu/host1x/hw/
|
||||
LINUXINCLUDE += -I$(srctree.nvidia)/drivers/gpu/host1x/include
|
||||
LINUXINCLUDE += -I$(srctree.nvidia)/include
|
||||
LINUXINCLUDE += -I$(srctree.nvidia-oot)/drivers/media/platform/tegra
|
||||
|
||||
nvhost-nvcsi-objs = \
|
||||
|
||||
Reference in New Issue
Block a user