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/google/rikku | |
parent | 140087f84fbed117686c15e9d0c7c6921d494059 (diff) |
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/rikku')
-rw-r--r-- | src/mainboard/google/rikku/acpi_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/rikku/acpi_tables.c b/src/mainboard/google/rikku/acpi_tables.c index 0af2697820..662621970a 100644 --- a/src/mainboard/google/rikku/acpi_tables.c +++ b/src/mainboard/google/rikku/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 <soc/acpi.h> #include <soc/nvs.h> #include "thermal.h" |