]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: LaCie: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:40:56 +0000 (20:40 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:07:48 +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/LaCie/common/common.c
board/LaCie/net2big_v2/net2big_v2.c
board/LaCie/netspace_v2/netspace_v2.c

index 52880a16fad3c4add82420278b467dc135bf4c98..e8a7830fc05690aad234e5647b13020715c0f7ef 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2011 Simon Guinot <sguinot@lacie.com>
  */
 
-#include <common.h>
 #include <i2c.h>
 #include <miiphy.h>
 
index 917091340009ef4054e34bd382e66542daa3512e..083d91b696a1cf90075baee70f708d652d7c8964 100644 (file)
@@ -8,7 +8,7 @@
  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <command.h>
 #include <env.h>
 #include <i2c.h>
index 22bb008745e1f616fa9cbbd16684bcf95714d816..3a2fdb5c1546a3332338fe92afd7124866d47993 100644 (file)
@@ -8,7 +8,6 @@
  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
  */
 
-#include <common.h>
 #include <command.h>
 #include <env.h>
 #include <init.h>