diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-07-11 19:20:10 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-26 20:59:44 +0000 |
commit | 8dcccea8e4c00322ff4099797b37b310778de493 (patch) | |
tree | 704b172fd32aa64f4b93de6f788af2b28ce70cdc /src/southbridge/amd | |
parent | 36b569af55484e99ecb55a55b5a480b07137afd9 (diff) |
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/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/cimx/sb800/ramtop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/cimx/sb800/ramtop.c b/src/southbridge/amd/cimx/sb800/ramtop.c index 5dac9ae61f..483716c202 100644 --- a/src/southbridge/amd/cimx/sb800/ramtop.c +++ b/src/southbridge/amd/cimx/sb800/ramtop.c @@ -3,7 +3,6 @@ #include <stdint.h> #include <arch/io.h> #include <acpi/acpi.h> -#include <cbmem.h> #include "SBPLATFORM.h" int acpi_get_sleep_type(void) |