HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50300 )
Change subject: src: Remove redundant include <rules.h> ......................................................................
src: Remove redundant include <rules.h>
Change-Id: Ie4692246d059734bb5bad6c64042b64068636ab6 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/riscv/romstage.c M src/drivers/intel/fsp1_1/include/fsp/util.h M src/soc/amd/common/block/psp/psp_smm.c 3 files changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/50300/1
diff --git a/src/arch/riscv/romstage.c b/src/arch/riscv/romstage.c index 5146b0e..c7340b2 100644 --- a/src/arch/riscv/romstage.c +++ b/src/arch/riscv/romstage.c @@ -9,7 +9,6 @@
#include <arch/stages.h> #include <arch/smp/smp.h> -#include <rules.h> #include <mcall.h>
void stage_entry(int hart_id, void *fdt) diff --git a/src/drivers/intel/fsp1_1/include/fsp/util.h b/src/drivers/intel/fsp1_1/include/fsp/util.h index cab867a..e67ecd1 100644 --- a/src/drivers/intel/fsp1_1/include/fsp/util.h +++ b/src/drivers/intel/fsp1_1/include/fsp/util.h @@ -3,7 +3,6 @@ #ifndef FSP1_1_UTIL_H #define FSP1_1_UTIL_H
-#include <rules.h> #include <arch/cpu.h> #include <fsp/api.h> /* Current users expect to get the SoC's FSP definitions by including util.h. */ diff --git a/src/soc/amd/common/block/psp/psp_smm.c b/src/soc/amd/common/block/psp/psp_smm.c index 7c15616..95c3e4e 100644 --- a/src/soc/amd/common/block/psp/psp_smm.c +++ b/src/soc/amd/common/block/psp/psp_smm.c @@ -4,7 +4,6 @@ #include <cpu/x86/msr.h> #include <cpu/amd/msr.h> #include <region_file.h> -#include <rules.h> #include <console/console.h> #include <amdblocks/psp.h> #include <soc/iomap.h>