From 8a5283ab1b18614c4df7f2e9e194ad058ba7e29f Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 27 Oct 2018 17:59:58 +0200 Subject: src: Remove unneeded include Change-Id: I89e03b6def5c78415bf73baba55941953a70d8de Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29302 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/cpu/allwinner/a10/cpu.c | 1 - src/cpu/amd/car/post_cache_as_ram.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/cpu') 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 -#include #include 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 #include #include -#include #include "cpu/amd/car/disable_cache_as_ram.c" -- cgit v1.2.3