summaryrefslogtreecommitdiffstats
path: root/src/drivers/amd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-07-11 19:20:10 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-26 20:59:44 +0000
commit8dcccea8e4c00322ff4099797b37b310778de493 (patch)
tree704b172fd32aa64f4b93de6f788af2b28ce70cdc /src/drivers/amd
parent36b569af55484e99ecb55a55b5a480b07137afd9 (diff)
downloadcoreboot-8dcccea8e4c00322ff4099797b37b310778de493.tar.gz
coreboot-8dcccea8e4c00322ff4099797b37b310778de493.tar.bz2
coreboot-8dcccea8e4c00322ff4099797b37b310778de493.zip
src: Remove unused 'include <cbmem.h>'
Change-Id: Ib41341b42904dc3050a97b70966dde7e46057d6b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43362 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/drivers/amd')
-rw-r--r--src/drivers/amd/agesa/state_machine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/amd/agesa/state_machine.c b/src/drivers/amd/agesa/state_machine.c
index 6ae7d999d6f9..606a66f5cb3c 100644
--- a/src/drivers/amd/agesa/state_machine.c
+++ b/src/drivers/amd/agesa/state_machine.c
@@ -5,7 +5,6 @@
#include <acpi/acpi.h>
#include <bootstate.h>
#include <cbfs.h>
-#include <cbmem.h>
#include <timestamp.h>
#include <northbridge/amd/agesa/state_machine.h>