Attention is currently required from: Patrick Rudolph. HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/49569 )
Change subject: soc/intel/xeon_sp/skx/soc_acpi.c: Remove duplicated include ......................................................................
soc/intel/xeon_sp/skx/soc_acpi.c: Remove duplicated include
Change-Id: Icf4247a0a5fb7950c69c8f229a6629a4fa6980f7 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/intel/xeon_sp/skx/soc_acpi.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/49569/1
diff --git a/src/soc/intel/xeon_sp/skx/soc_acpi.c b/src/soc/intel/xeon_sp/skx/soc_acpi.c index a7050f0..0575d62 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>