]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: cei: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:23 +0000 (20:41 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:07:49 +0000 (15:07 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/cei/cei-tk1-som/cei-tk1-som.c

index 95ee7bbfe29a03a5c11830990b4fca0d32959df8..15b200454da7aaadd33b8020b316ab0fdb5219e2 100644 (file)
@@ -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>