From d9528502bc99c88ae54c45f05d2d4f80bab99c20 Mon Sep 17 00:00:00 2001 From: anupamg Date: Mon, 12 Aug 2024 23:47:25 +0000 Subject: [PATCH] DCE-KMD: Remove dce.h include from dce-pm.h - Remove dce.h include from dce-pm.h to resolve circular dependency betweeen dce.h and dce-pm.h - This is an existing circular dependency but has floated up now due to some re-org in DCE-KMD code. JIRA TDS-16052 Change-Id: I046743cf70f344d87500e7f9d595f8cfe2379446 Signed-off-by: anupamg Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3192713 Reviewed-by: Mahesh Kumar Reviewed-by: svcacv Reviewed-by: Arun Swain GVS: buildbot_gerritrpt --- drivers/platform/tegra/dce/include/dce-pm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/tegra/dce/include/dce-pm.h b/drivers/platform/tegra/dce/include/dce-pm.h index 0ca8afb8..073dea87 100644 --- a/drivers/platform/tegra/dce/include/dce-pm.h +++ b/drivers/platform/tegra/dce/include/dce-pm.h @@ -6,7 +6,7 @@ #ifndef DCE_PM_H #define DCE_PM_H -#include +struct tegra_dce; struct dce_sc7_state { uint32_t hsp_ie;