diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-12-06 14:12:04 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-12-06 20:54:06 +0100 |
commit | 22cc9d28d69ea2309184c54d93c40dca531fc5af (patch) | |
tree | 4e927a0519d724bada92aa5207d184e84ed03836 /src/mainboard/lenovo/t420s | |
parent | 140087f84fbed117686c15e9d0c7c6921d494059 (diff) | |
download | coreboot-22cc9d28d69ea2309184c54d93c40dca531fc5af.tar.xz |
cpu/cpu.h: Drop excessive includes
Change-Id: Ifeef04b68760522ce7f230a51f5df354e6da6607
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17734
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/lenovo/t420s')
-rw-r--r-- | src/mainboard/lenovo/t420s/acpi_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t420s/acpi_tables.c b/src/mainboard/lenovo/t420s/acpi_tables.c index a6d2d5de09..1b1556a906 100644 --- a/src/mainboard/lenovo/t420s/acpi_tables.c +++ b/src/mainboard/lenovo/t420s/acpi_tables.c @@ -24,7 +24,6 @@ #include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <cpu/cpu.h> #include <cpu/x86/msr.h> #include <southbridge/intel/bd82x6x/pch.h> |