diff options
Diffstat (limited to 'src/soc/intel/xeon_sp')
-rw-r--r-- | src/soc/intel/xeon_sp/acpi.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/soc/intel/xeon_sp/acpi.c b/src/soc/intel/xeon_sp/acpi.c index b1d5107b7a..b271264b07 100644 --- a/src/soc/intel/xeon_sp/acpi.c +++ b/src/soc/intel/xeon_sp/acpi.c @@ -1,20 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include <assert.h> -#include <acpi/acpi_gnvs.h> -#include <acpi/acpigen.h> -#include <arch/smp/mpspec.h> -#include <device/pci.h> -#include <cbmem.h> -#include <cpu/x86/smm.h> #include <intelblocks/acpi.h> -#include <intelblocks/lpc_lib.h> -#include <soc/acpi.h> -#include <soc/cpu.h> -#include <soc/intel/common/acpi.h> #include <soc/pci_devs.h> -#include <soc/pm.h> -#include <soc/soc_util.h> #include <soc/util.h> #include <string.h> |