From 6aed7136ddcbf38111448353bfdb2bec050e8f99 Mon Sep 17 00:00:00 2001 From: anupamg Date: Wed, 10 Jul 2024 22:49:27 +0000 Subject: [PATCH] DCE-KMD: Decouple dce-thread.h from dce.h - dce-thread.h only used in dce-util-common.c so move it from dce.h to dce-util-common.c - The dce_thread*() APIs in dce-util-common.c are unused. - This change is required to avoid creating these unused APIs for other OSs like HVRTOS. JIRA TDS-16052 Change-Id: I67e5e7201671aa6ddc07bfb4a869c825fb53e6c5 Signed-off-by: anupamg Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3172731 GVS: buildbot_gerritrpt Reviewed-by: svcacv Reviewed-by: Mahesh Kumar Reviewed-by: Arun Swain --- drivers/platform/tegra/dce/dce-util-common.c | 1 + drivers/platform/tegra/dce/include/dce.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/tegra/dce/dce-util-common.c b/drivers/platform/tegra/dce/dce-util-common.c index 8b9d5707..ea8a39a4 100644 --- a/drivers/platform/tegra/dce/dce-util-common.c +++ b/drivers/platform/tegra/dce/dce-util-common.c @@ -3,6 +3,7 @@ * SPDX-FileCopyrightText: Copyright (c) 2019-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. */ #include +#include #include #include #include diff --git a/drivers/platform/tegra/dce/include/dce.h b/drivers/platform/tegra/dce/include/dce.h index f08c7cc6..e95cc09f 100644 --- a/drivers/platform/tegra/dce/include/dce.h +++ b/drivers/platform/tegra/dce/include/dce.h @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include