aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-29 11:05:31 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-10 20:39:50 +0000
commitb7731574f498dc8fd81c258b248ddfeda3eab5b5 (patch)
tree1a076289a82698a30e539aa0a9dd2d75c403cda0 /src/soc/rockchip
parent2d6560873313bf7c2a6e02223b77a4510482cf28 (diff)
src: Remove unneeded 'include <arch/cache.h>'
Change-Id: I6374bc2d397800d574c7a0cc44079c09394a0673 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37984 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/rockchip')
-rw-r--r--src/soc/rockchip/rk3288/soc.c1
-rw-r--r--src/soc/rockchip/rk3399/display.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/rockchip/rk3288/soc.c b/src/soc/rockchip/rk3288/soc.c
index 31c999806f..9fb27cd326 100644
--- a/src/soc/rockchip/rk3288/soc.c
+++ b/src/soc/rockchip/rk3288/soc.c
@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
-#include <arch/cache.h>
#include <bootmode.h>
#include <console/console.h>
#include <device/device.h>
diff --git a/src/soc/rockchip/rk3399/display.c b/src/soc/rockchip/rk3399/display.c
index 9cd4053335..1db7f99c5e 100644
--- a/src/soc/rockchip/rk3399/display.c
+++ b/src/soc/rockchip/rk3399/display.c
@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
-#include <arch/cache.h>
#include <arch/mmu.h>
#include <device/mmio.h>
#include <console/console.h>