diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-10 23:41:31 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-12 16:35:56 +0000 |
commit | b7959b592191fab82824e1b7ed29aa7e2299ed33 (patch) | |
tree | 7f42e857942b141d2984fef0c40cb6570b149d75 /src/northbridge | |
parent | 6f55154cd75f67f8d7a737d36125353ce664fe30 (diff) | |
download | coreboot-b7959b592191fab82824e1b7ed29aa7e2299ed33.tar.xz |
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/northbridge')
-rw-r--r-- | src/northbridge/amd/agesa/state_machine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/amd/agesa/state_machine.c b/src/northbridge/amd/agesa/state_machine.c index d1570d3b45..015d445ab9 100644 --- a/src/northbridge/amd/agesa/state_machine.c +++ b/src/northbridge/amd/agesa/state_machine.c @@ -29,7 +29,6 @@ #include <cpu/amd/agesa/s3_resume.h> #include "AMD.h" -#include "heapManager.h" #if IS_ENABLED(CONFIG_CPU_AMD_AGESA_OPENSOURCE) #include "Dispatcher.h" |