diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-21 14:52:09 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-04-06 16:07:58 +0000 |
commit | 161eafb0fb9563decbb953d5dccac4762b770e0c (patch) | |
tree | 148a9f315a25fb67121e6e68ed4fdcea7efffb28 | |
parent | add76f91d5e6e18d5df52a9ad34906459f5f69e2 (diff) |
mb/amd/bettong/mainboard: Drop unused include <agesawrapper.h>
Change-Id: I020c1b9558f6aec47b048fa575c64c619b8c592a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32013
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/amd/bettong/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/bettong/mainboard.c b/src/mainboard/amd/bettong/mainboard.c index 80b888ee85..5b93751e79 100644 --- a/src/mainboard/amd/bettong/mainboard.c +++ b/src/mainboard/amd/bettong/mainboard.c @@ -15,7 +15,6 @@ #include <console/console.h> #include <device/device.h> -#include <agesawrapper.h> #include <southbridge/amd/common/amd_pci_util.h> /*********************************************************** |