]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: traverse: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:43:07 +0000 (20:43 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:40 +0000 (08:00 -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/traverse/common/ten64_controller.c
board/traverse/ten64/eth_ten64.c
board/traverse/ten64/ten64.c

index d6ef8a8d0df99a18e7e3f0443ccfefd3b89a1a64..63b72c4df7b94c9801a97ba073319c8574c7c186 100644 (file)
@@ -5,7 +5,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <misc.h>
 #include <i2c.h>
index 3f96e572b75a58087e43ba5df5ac321b2dfe9ab9..c5f7acecc146326a1696dbce890361bcc9993bc5 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2017 NXP
  * Copyright 2019-2021 Traverse Technologies Australia
  */
-#include <common.h>
 #include <command.h>
 #include <netdev.h>
 #include <malloc.h>
index 6ff5312d6d798b92f37ed511325fd8c319bde08f..d41bd2e9deeb4e330638e8c90546606ef9a96306 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright 2017-2018 NXP
  * Copyright 2019-2021 Traverse Technologies
  */
-#include <common.h>
+#include <config.h>
 #include <display_options.h>
 #include <dm/uclass.h>
 #include <env.h>