diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-11 20:42:14 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-16 02:38:57 +0000 |
commit | a1009da9020d3a569799901d5048f64e45831f1e (patch) | |
tree | d143cca2e12d84fe93b581aa48d0e8c5db873a7d /src/soc/intel/skylake/acpi.c | |
parent | 910a63ce0df93f8f22d6346c72fcf9b3b831ac13 (diff) |
soc/intel: Remove unused <cpu/intel/common/common.h>
Change-Id: I25d112941db8214a7e450de5fb512ef8c2c5f5e2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61006
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'src/soc/intel/skylake/acpi.c')
-rw-r--r-- | src/soc/intel/skylake/acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/acpi.c b/src/soc/intel/skylake/acpi.c index fc2b65d165..b7cd5c9cd9 100644 --- a/src/soc/intel/skylake/acpi.c +++ b/src/soc/intel/skylake/acpi.c @@ -8,7 +8,6 @@ #include <arch/ioapic.h> #include <arch/smp/mpspec.h> #include <console/console.h> -#include <cpu/intel/common/common.h> #include <intelblocks/acpi.h> #include <intelblocks/acpi_wake_source.h> #include <intelblocks/cpulib.h> |