diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-16 12:45:47 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-12-19 05:58:50 +0000 |
commit | 88f5c7178ebd1bb4137f495192fffe13bbea1c7c (patch) | |
tree | 75268f3592321075ee5516fab495375b5b64bdbe /src/soc/intel/braswell | |
parent | 0420e50b6b0ee25ba7802493caf33b2b6e320da2 (diff) |
src: Remove unused 'include <arch/cpu.h>'
Change-Id: Iaa236f07aed52ccb8c4839047894a14a9446a109
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36080
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r-- | src/soc/intel/braswell/acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/acpi.c b/src/soc/intel/braswell/acpi.c index dbd29503c7..f68b7ce2da 100644 --- a/src/soc/intel/braswell/acpi.c +++ b/src/soc/intel/braswell/acpi.c @@ -18,7 +18,6 @@ #include <arch/acpi.h> #include <arch/acpigen.h> -#include <arch/cpu.h> #include <device/mmio.h> #include <arch/smp/mpspec.h> #include <cbmem.h> |