summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/stout/acpi_tables.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-12-06 14:12:04 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-12-06 20:54:06 +0100
commit22cc9d28d69ea2309184c54d93c40dca531fc5af (patch)
tree4e927a0519d724bada92aa5207d184e84ed03836 /src/mainboard/google/stout/acpi_tables.c
parent140087f84fbed117686c15e9d0c7c6921d494059 (diff)
downloadcoreboot-22cc9d28d69ea2309184c54d93c40dca531fc5af.tar.gz
coreboot-22cc9d28d69ea2309184c54d93c40dca531fc5af.tar.bz2
coreboot-22cc9d28d69ea2309184c54d93c40dca531fc5af.zip
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/google/stout/acpi_tables.c')
-rw-r--r--src/mainboard/google/stout/acpi_tables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/stout/acpi_tables.c b/src/mainboard/google/stout/acpi_tables.c
index 729c0f3482e9..580f130ed296 100644
--- a/src/mainboard/google/stout/acpi_tables.c
+++ b/src/mainboard/google/stout/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 <vendorcode/google/chromeos/gnvs.h>
#include <bootmode.h>