tree: Drop unused <post.h>

Change-Id: Ic7f6690786661e523292f7382df71ae4ad04d593
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81815
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
This commit is contained in:
Elyes Haouas 2024-04-09 17:26:59 +02:00
parent f3c36d1ac2
commit 16131f3625
3 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,6 @@
#include <bl_uapp/bl_syscall_public.h> #include <bl_uapp/bl_syscall_public.h>
#include <console/console.h> #include <console/console.h>
#include <post.h>
void arch_post_code(u8 value) void arch_post_code(u8 value)
{ {

View File

@ -5,7 +5,6 @@
#include <console/console.h> #include <console/console.h>
#include <device/pci.h> #include <device/pci.h>
#include <intelblocks/acpi.h> #include <intelblocks/acpi.h>
#include <post.h>
#include <soc/acpi.h> #include <soc/acpi.h>
#include <soc/chip_common.h> #include <soc/chip_common.h>
#include <soc/soc_util.h> #include <soc/soc_util.h>

View File

@ -8,7 +8,6 @@
#include <device/pci_def.h> #include <device/pci_def.h>
#include <soc/pci_devs.h> #include <soc/pci_devs.h>
#include <intelblocks/acpi.h> #include <intelblocks/acpi.h>
#include <post.h>
#include <soc/acpi.h> #include <soc/acpi.h>
#include <soc/chip_common.h> #include <soc/chip_common.h>
#include <soc/soc_util.h> #include <soc/soc_util.h>