diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-03-05 12:25:30 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-03-07 01:10:39 +0100 |
commit | c3c407c62c2809ad0e78094fbc26cbf9612b3855 (patch) | |
tree | cd3a7a09703af46e9377193c88d37829f580aa8a /src/mainboard/pcengines | |
parent | ec0a393858972dc3e6ac16849f3d83c1ba953880 (diff) | |
download | coreboot-c3c407c62c2809ad0e78094fbc26cbf9612b3855.tar.xz |
AGESA: Remove leftover agesawrapper include
Change-Id: Ib37989ee7535e59b1903537995f8383d8b04387c
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/18584
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/pcengines')
-rw-r--r-- | src/mainboard/pcengines/apu1/acpi_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/pcengines/apu1/acpi_tables.c b/src/mainboard/pcengines/apu1/acpi_tables.c index b36cef0164..a9026531fd 100644 --- a/src/mainboard/pcengines/apu1/acpi_tables.c +++ b/src/mainboard/pcengines/apu1/acpi_tables.c @@ -20,7 +20,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> |