[PATCH 036/149] board: cei: Remove <common.h> and add needed includes

Tom Rini trini at konsulko.com
Wed May 1 04:41:23 CEST 2024


Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Peter.Chubb at data61.csiro.au
---
 board/cei/cei-tk1-som/cei-tk1-som.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/cei/cei-tk1-som/cei-tk1-som.c b/board/cei/cei-tk1-som/cei-tk1-som.c
index 95ee7bbfe29a..15b200454da7 100644
--- a/board/cei/cei-tk1-som/cei-tk1-som.c
+++ b/board/cei/cei-tk1-som/cei-tk1-som.c
@@ -4,7 +4,7 @@
  * NVIDIA Corporation <www.nvidia.com>
  */
 
-#include <common.h>
+#include <linux/kernel.h>
 #include <power/as3722.h>
 
 #include <asm/arch/gpio.h>
-- 
2.34.1



More information about the U-Boot mailing list