diff options
Diffstat (limited to 'src/mainboard/gizmosphere')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/gizmosphere/gizmo2/acpi_tables.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/acpi_tables.c b/src/mainboard/gizmosphere/gizmo/acpi_tables.c index 49f4e1fc8f..5992401c82 100644 --- a/src/mainboard/gizmosphere/gizmo/acpi_tables.c +++ b/src/mainboard/gizmosphere/gizmo/acpi_tables.c @@ -21,7 +21,6 @@ #include <arch/ioapic.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <northbridge/amd/agesa/agesawrapper.h> #include <cpu/amd/amdfam14.h> unsigned long acpi_fill_madt(unsigned long current) diff --git a/src/mainboard/gizmosphere/gizmo2/acpi_tables.c b/src/mainboard/gizmosphere/gizmo2/acpi_tables.c index a1abe74a28..943a461e62 100644 --- a/src/mainboard/gizmosphere/gizmo2/acpi_tables.c +++ b/src/mainboard/gizmosphere/gizmo2/acpi_tables.c @@ -22,7 +22,6 @@ #include <device/pci_ids.h> #include <cpu/amd/amdfam16.h> -#include <northbridge/amd/agesa/agesawrapper.h> unsigned long acpi_fill_madt(unsigned long current) { |