]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cache: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:35 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:41 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/cache/cache-l2x0.c
drivers/cache/cache-sifive-ccache.c
drivers/cache/cache-uclass.c
drivers/cache/cache-v5l2.c
drivers/cache/sandbox_cache.c

index 560f4c94f1ef89186cba3e093f540ccd36562d4e..c7bdd9d064a59c7a9857b657864fe6ca963ea918 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Copyright (C) 2019 Intel Corporation <www.intel.com>
  */
-#include <common.h>
 #include <command.h>
 #include <dm.h>
 
index 521df40466f99004bb25c88e88ae43fbfa48d344..cc00b80f60b86562dc4ccd6320c69d387f4c6130 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2021 SiFive
  */
 
-#include <common.h>
 #include <cache.h>
 #include <dm.h>
 #include <asm/io.h>
index 0c13dbdb75c41d15c5504ed83a5e6512e00ecde0..300e7bc86e1a1421f0d2a259f12582067afa96a3 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_CACHE
 
-#include <common.h>
 #include <cache.h>
 #include <dm.h>
 
index fe3f9392b2ca30d72a0ede4c5974501cfff9654b..f0b8ecc88079e23b0ad2de4fa84f20aae0e93830 100644 (file)
@@ -4,7 +4,6 @@
  * Rick Chen, Andes Technology Corporation <rick@andestech.com>
  */
 
-#include <common.h>
 #include <command.h>
 #include <cache.h>
 #include <dm.h>
index 955dfc8a0f844be525c8171455d4780734c445de..2e20b83ab8039540550f1ab45f101cad8140a4e5 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2019 Intel Corporation <www.intel.com>
  */
 
-#include <common.h>
 #include <cache.h>
 #include <dm.h>
 #include <errno.h>