diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-12-06 14:14:19 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-12-06 20:54:31 +0100 |
commit | 4607cacf30ac84268faa3f6a859488acc132301d (patch) | |
tree | 71190d72fc347ef2bbcb83fcf72e28f04d1759df /src/mainboard/gizmosphere/gizmo2 | |
parent | 22cc9d28d69ea2309184c54d93c40dca531fc5af (diff) |
cpu/x86/msr.h: Drop excessive includes
Change-Id: Ic22beaa47476d8c600e4081fc5ad7bc171e0f903
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17735
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo2')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo2/acpi_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gizmosphere/gizmo2/acpi_tables.c b/src/mainboard/gizmosphere/gizmo2/acpi_tables.c index df0b5606b3..21173ba7c8 100644 --- a/src/mainboard/gizmosphere/gizmo2/acpi_tables.c +++ b/src/mainboard/gizmosphere/gizmo2/acpi_tables.c @@ -20,7 +20,6 @@ #include <arch/ioapic.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <cpu/x86/msr.h> #include <cpu/amd/mtrr.h> #include <cpu/amd/amdfam16.h> |