From 87110309d48de13e8676b05f2fe7f8932cee3f19 Mon Sep 17 00:00:00 2001 From: Yidi Lin Date: Wed, 21 May 2025 23:28:35 +0800 Subject: [PATCH] mt8196: Remove mcupm_plat.h header from mcupm_plat.h A header file should not include itself. BUG=none TEST=none Change-Id: I093396c9f848b3e82842d048e8e0d718971df11f Signed-off-by: Yidi Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/87775 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/soc/mediatek/mt8196/include/soc/mcupm_plat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/mediatek/mt8196/include/soc/mcupm_plat.h b/src/soc/mediatek/mt8196/include/soc/mcupm_plat.h index 53ec2415da..6ce58e4799 100644 --- a/src/soc/mediatek/mt8196/include/soc/mcupm_plat.h +++ b/src/soc/mediatek/mt8196/include/soc/mcupm_plat.h @@ -4,7 +4,6 @@ #define __SOC_MEDIATEK_MT8196_INCLUDE_SOC_MCUPM_PLAT_H__ #include -#include #include #define MCUPM_SW_RSTN (MCUCFG_BASE + 0x00240000)