src: Remove redundant include <rules.h>
Change-Id: Ie4692246d059734bb5bad6c64042b64068636ab6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50300 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
996bab4a20
commit
d30d9a27dc
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
#include <arch/stages.h>
|
#include <arch/stages.h>
|
||||||
#include <arch/smp/smp.h>
|
#include <arch/smp/smp.h>
|
||||||
#include <rules.h>
|
|
||||||
#include <mcall.h>
|
#include <mcall.h>
|
||||||
|
|
||||||
void stage_entry(int hart_id, void *fdt)
|
void stage_entry(int hart_id, void *fdt)
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#ifndef FSP1_1_UTIL_H
|
#ifndef FSP1_1_UTIL_H
|
||||||
#define FSP1_1_UTIL_H
|
#define FSP1_1_UTIL_H
|
||||||
|
|
||||||
#include <rules.h>
|
|
||||||
#include <arch/cpu.h>
|
#include <arch/cpu.h>
|
||||||
#include <fsp/api.h>
|
#include <fsp/api.h>
|
||||||
/* Current users expect to get the SoC's FSP definitions by including util.h. */
|
/* Current users expect to get the SoC's FSP definitions by including util.h. */
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#include <cpu/x86/msr.h>
|
#include <cpu/x86/msr.h>
|
||||||
#include <cpu/amd/msr.h>
|
#include <cpu/amd/msr.h>
|
||||||
#include <region_file.h>
|
#include <region_file.h>
|
||||||
#include <rules.h>
|
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <amdblocks/psp.h>
|
#include <amdblocks/psp.h>
|
||||||
#include <soc/iomap.h>
|
#include <soc/iomap.h>
|
||||||
|
|
Loading…
Reference in New Issue