diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-27 17:59:58 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 10:56:47 +0000 |
commit | 8a5283ab1b18614c4df7f2e9e194ad058ba7e29f (patch) | |
tree | 7efcd1ed4d84bcb40a85aaba12dd48c5610eb6ce /src/cpu | |
parent | 55d6238fa6cd6297a4bad5c34b6618d52e848618 (diff) | |
download | coreboot-8a5283ab1b18614c4df7f2e9e194ad058ba7e29f.tar.xz |
src: Remove unneeded include <cbmem.h>
Change-Id: I89e03b6def5c78415bf73baba55941953a70d8de
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29302
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/allwinner/a10/cpu.c | 1 | ||||
-rw-r--r-- | src/cpu/amd/car/post_cache_as_ram.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/allwinner/a10/cpu.c b/src/cpu/allwinner/a10/cpu.c index c1455be1e6..09f67662bf 100644 --- a/src/cpu/allwinner/a10/cpu.c +++ b/src/cpu/allwinner/a10/cpu.c @@ -18,7 +18,6 @@ */ #include <device/device.h> -#include <cbmem.h> #include <symbols.h> static void cpu_enable_resources(struct device *dev) diff --git a/src/cpu/amd/car/post_cache_as_ram.c b/src/cpu/amd/car/post_cache_as_ram.c index adf959ce4f..e55ef408f3 100644 --- a/src/cpu/amd/car/post_cache_as_ram.c +++ b/src/cpu/amd/car/post_cache_as_ram.c @@ -26,7 +26,6 @@ #include <cpu/amd/msr.h> #include <arch/acpi.h> #include <romstage_handoff.h> -#include <cbmem.h> #include "cpu/amd/car/disable_cache_as_ram.c" |