diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/common/psp_verstage/post.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/chip_common.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/chip_gen1.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/common/psp_verstage/post.c b/src/soc/amd/common/psp_verstage/post.c index 5b429c912b..04c03d2301 100644 --- a/src/soc/amd/common/psp_verstage/post.c +++ b/src/soc/amd/common/psp_verstage/post.c @@ -2,7 +2,6 @@ #include <bl_uapp/bl_syscall_public.h> #include <console/console.h> -#include <post.h> void arch_post_code(u8 value) { diff --git a/src/soc/intel/xeon_sp/chip_common.c b/src/soc/intel/xeon_sp/chip_common.c index 1ddfe8b708..aabc54d681 100644 --- a/src/soc/intel/xeon_sp/chip_common.c +++ b/src/soc/intel/xeon_sp/chip_common.c @@ -5,7 +5,6 @@ #include <console/console.h> #include <device/pci.h> #include <intelblocks/acpi.h> -#include <post.h> #include <soc/acpi.h> #include <soc/chip_common.h> #include <soc/soc_util.h> diff --git a/src/soc/intel/xeon_sp/chip_gen1.c b/src/soc/intel/xeon_sp/chip_gen1.c index 99f5bd96f6..7e831ab102 100644 --- a/src/soc/intel/xeon_sp/chip_gen1.c +++ b/src/soc/intel/xeon_sp/chip_gen1.c @@ -8,7 +8,6 @@ #include <device/pci_def.h> #include <soc/pci_devs.h> #include <intelblocks/acpi.h> -#include <post.h> #include <soc/acpi.h> #include <soc/chip_common.h> #include <soc/soc_util.h> |