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/amd/thatcher | |
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/amd/thatcher')
-rw-r--r-- | src/mainboard/amd/thatcher/acpi_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/thatcher/acpi_tables.c b/src/mainboard/amd/thatcher/acpi_tables.c index a902badda3..d8003f855f 100644 --- a/src/mainboard/amd/thatcher/acpi_tables.c +++ b/src/mainboard/amd/thatcher/acpi_tables.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ -#include <northbridge/amd/agesa/agesawrapper.h> #include <console/console.h> #include <string.h> |