From e183dc803700918c1772ac2c60734335953429c9 Mon Sep 17 00:00:00 2001 From: Zhigang Qin Date: Wed, 26 Mar 2025 21:21:21 +0800 Subject: [PATCH] soc/mediatek/common: Remove infracfg.h in pmif_spi Since infracfg.h is not used in pmif_spi.c, remove its inclusion to prevent build errors in projects that don't have infracfg.h. BUG=b:379008996 BRANCH=none TEST=build pass Signed-off-by: Zhigang Qin Change-Id: I09229ff370a53407b3f0c290704887de367ed80b Reviewed-on: https://review.coreboot.org/c/coreboot/+/87339 Reviewed-by: Yidi Lin Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/soc/mediatek/common/pmif_spi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/mediatek/common/pmif_spi.c b/src/soc/mediatek/common/pmif_spi.c index 0ed44a041f..ea791cb91d 100644 --- a/src/soc/mediatek/common/pmif_spi.c +++ b/src/soc/mediatek/common/pmif_spi.c @@ -2,7 +2,6 @@ #include #include -#include #include #include #include