diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-16 17:54:55 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-18 07:44:39 +0000 |
commit | 266c313bc154c937d42ddad0b9a2e52e4ef686ae (patch) | |
tree | d332e8357d61ddabef5ebbb409e69e9b58031c05 /src/soc/intel/xeon_sp | |
parent | c36650143be34d111516755da370f5212c5f9fb6 (diff) |
soc/intel/xeon_sp/skx/soc_acpi.c: Remove duplicated include
Change-Id: Icf4247a0a5fb7950c69c8f229a6629a4fa6980f7
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49569
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/xeon_sp')
-rw-r--r-- | src/soc/intel/xeon_sp/skx/soc_acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/skx/soc_acpi.c b/src/soc/intel/xeon_sp/skx/soc_acpi.c index a7050f002c..0575d62a13 100644 --- a/src/soc/intel/xeon_sp/skx/soc_acpi.c +++ b/src/soc/intel/xeon_sp/skx/soc_acpi.c @@ -12,7 +12,6 @@ #include <soc/acpi.h> #include <soc/cpu.h> #include <soc/iomap.h> -#include <device/mmio.h> #include <soc/msr.h> #include <soc/nvs.h> #include <soc/pci_devs.h> |