summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/south_station/BiosCallOuts.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-10 23:41:31 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-12 16:35:56 +0000
commitb7959b592191fab82824e1b7ed29aa7e2299ed33 (patch)
tree7f42e857942b141d2984fef0c40cb6570b149d75 /src/mainboard/amd/south_station/BiosCallOuts.c
parent6f55154cd75f67f8d7a737d36125353ce664fe30 (diff)
downloadcoreboot-b7959b592191fab82824e1b7ed29aa7e2299ed33.tar.gz
coreboot-b7959b592191fab82824e1b7ed29aa7e2299ed33.tar.bz2
coreboot-b7959b592191fab82824e1b7ed29aa7e2299ed33.zip
AGESA boards: Drop heapManager.h includes
Change-Id: I1a96b1c6181cd657d7aee82370ef86acd688cc94 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21483 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/amd/south_station/BiosCallOuts.c')
-rw-r--r--src/mainboard/amd/south_station/BiosCallOuts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/south_station/BiosCallOuts.c b/src/mainboard/amd/south_station/BiosCallOuts.c
index bc2808660c23..5b5e034d1090 100644
--- a/src/mainboard/amd/south_station/BiosCallOuts.c
+++ b/src/mainboard/amd/south_station/BiosCallOuts.c
@@ -16,7 +16,6 @@
#include "AGESA.h"
#include "amdlib.h"
#include <northbridge/amd/agesa/BiosCallOuts.h>
-#include "heapManager.h"
#include "SB800.h"
#include <southbridge/amd/cimx/sb800/gpio_oem.h>
#include <stdlib.h>