diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-07-14 23:16:52 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-07-17 19:31:22 +0000 |
commit | 517cab97fd1eada483fd7c50d9618220ef27ba82 (patch) | |
tree | dad090c8ec2a18d819b6690a94c3aedf777df084 /src/mainboard/pcengines/apu2 | |
parent | bebd766f165e7b3e1f6776c52067ab8998422607 (diff) | |
download | coreboot-517cab97fd1eada483fd7c50d9618220ef27ba82.tar.xz |
binaryPI: Drop unused agesawrapper include
Change-Id: Ie17cc7367fc8561e2ecb357d4f8282c1cd444b7f
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/20591
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/pcengines/apu2')
-rw-r--r-- | src/mainboard/pcengines/apu2/acpi_tables.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/pcengines/apu2/acpi_tables.c b/src/mainboard/pcengines/apu2/acpi_tables.c index d5ebad49d0..d9f7f9ae7f 100644 --- a/src/mainboard/pcengines/apu2/acpi_tables.c +++ b/src/mainboard/pcengines/apu2/acpi_tables.c @@ -13,8 +13,6 @@ * GNU General Public License for more details. */ -#include <northbridge/amd/pi/agesawrapper.h> - #include <console/console.h> #include <string.h> #include <arch/acpi.h> |