From e709a790c4775f19d381032226c934d564bb7866 Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Fri, 10 Jan 2025 17:23:31 +0000 Subject: [PATCH] gpu: host1x: Move host1x-next.h Move the host1x-next.h file into the 'include/linux' directory so that we don't need to have a specific include path that we need to provide to the various out-of-tree drivers that use this. Bug 4991705 Bug 5043885 Change-Id: I6ebfa291aa1c038e8bf9bbaa59362403e29ceb5a Signed-off-by: Jon Hunter Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3282045 Reviewed-by: Mikko Perttunen GVS: buildbot_gerritrpt --- drivers/Makefile | 3 +-- {drivers/gpu/host1x/include => include}/linux/host1x-next.h | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename {drivers/gpu/host1x/include => include}/linux/host1x-next.h (100%) diff --git a/drivers/Makefile b/drivers/Makefile index ac5421f5..def0d136 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -1,10 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-only -# SPDX-FileCopyrightText: Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2022-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. LINUXINCLUDE += -I$(srctree.nvidia-oot)/include LINUXINCLUDE += -I$(srctree.nvidia-oot)/drivers/gpu/host1x/hw/ LINUXINCLUDE += -I$(srctree.nvidia-oot)/drivers/video/tegra/host/ -LINUXINCLUDE += -I$(srctree.nvidia-oot)/drivers/gpu/host1x/include LINUXINCLUDE += -I$(srctree.hwpm)/include obj-m += block/tegra_virt_storage/ diff --git a/drivers/gpu/host1x/include/linux/host1x-next.h b/include/linux/host1x-next.h similarity index 100% rename from drivers/gpu/host1x/include/linux/host1x-next.h rename to include/linux/host1x-next.h