diff options
author | Marc Jones <marcjones@sysproconsulting.com> | 2020-12-21 17:02:21 -0700 |
---|---|---|
committer | Marc Jones <marc@marcjonesconsulting.com> | 2020-12-23 19:03:38 +0000 |
commit | 5da265c53ecde4ca6f7f4bd5f32fdc625d7aa716 (patch) | |
tree | 4918698dfedfe432789279f5190db1111d3db66d /src/soc/intel/xeon_sp | |
parent | d4d3ba041454d435e5342e9621bd1c647db5f062 (diff) |
src/soc/intel/xeon_sp/acpi.c: Remove unnecessary .h
Remove the unnecessary header file includes.
Change-Id: I0d849cb236f304b87332aa64b2f10c73cad2d4dd
Signed-off-by: Marc Jones <marcjones@sysproconsulting.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48826
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Jay Talbott <JayTalbott@sysproconsulting.com>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
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> |