From d082b6ae848a91628b210ed7ff9fcc829cfa74f5 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 18 Sep 2017 12:10:21 +0300 Subject: AGESA binaryPI: Clean up amdfamXX.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iba8b8d33e1f10e28745234988d97d4fafd04c798 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21583 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/mainboard/gizmosphere/gizmo/acpi_tables.c | 1 - src/mainboard/gizmosphere/gizmo/irq_tables.c | 1 - src/mainboard/gizmosphere/gizmo/mptable.c | 1 - 3 files changed, 3 deletions(-) (limited to 'src/mainboard/gizmosphere/gizmo') diff --git a/src/mainboard/gizmosphere/gizmo/acpi_tables.c b/src/mainboard/gizmosphere/gizmo/acpi_tables.c index 5992401c82..f937e812a8 100644 --- a/src/mainboard/gizmosphere/gizmo/acpi_tables.c +++ b/src/mainboard/gizmosphere/gizmo/acpi_tables.c @@ -21,7 +21,6 @@ #include #include #include -#include unsigned long acpi_fill_madt(unsigned long current) { diff --git a/src/mainboard/gizmosphere/gizmo/irq_tables.c b/src/mainboard/gizmosphere/gizmo/irq_tables.c index 60a8f74d1d..ca30cc7ce3 100644 --- a/src/mainboard/gizmosphere/gizmo/irq_tables.c +++ b/src/mainboard/gizmosphere/gizmo/irq_tables.c @@ -19,7 +19,6 @@ #include #include #include -#include static void write_pirq_info(struct irq_info *pirq_info, u8 bus, u8 devfn, u8 link0, u16 bitmap0, u8 link1, u16 bitmap1, diff --git a/src/mainboard/gizmosphere/gizmo/mptable.c b/src/mainboard/gizmosphere/gizmo/mptable.c index 497f9556a0..00f0b76477 100644 --- a/src/mainboard/gizmosphere/gizmo/mptable.c +++ b/src/mainboard/gizmosphere/gizmo/mptable.c @@ -22,7 +22,6 @@ #include #include #include -#include #include -- cgit v1.2.3