[PATCH 076/149] board: isee: Remove <common.h> and add needed includes
Tom Rini
trini at konsulko.com
Wed May 1 04:42:03 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: "Javier Martínez Canillas" <javier at dowhile0.org>
Cc: Enric Balletbo i Serra <eballetbo at gmail.com>
---
board/isee/igep003x/board.c | 2 +-
board/isee/igep003x/mux.c | 1 -
board/isee/igep00x0/common.c | 1 -
board/isee/igep00x0/igep00x0.c | 2 +-
4 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/board/isee/igep003x/board.c b/board/isee/igep003x/board.c
index 7dbb08008927..7cd26ce3c34b 100644
--- a/board/isee/igep003x/board.c
+++ b/board/isee/igep003x/board.c
@@ -5,7 +5,7 @@
* Copyright (C) 2013-2017, ISEE 2007 SL - http://www.isee.biz/
*/
-#include <common.h>
+#include <config.h>
#include <env.h>
#include <errno.h>
#include <init.h>
diff --git a/board/isee/igep003x/mux.c b/board/isee/igep003x/mux.c
index 550e3b3197dd..1a40c0077627 100644
--- a/board/isee/igep003x/mux.c
+++ b/board/isee/igep003x/mux.c
@@ -11,7 +11,6 @@
* GNU General Public License for more details.
*/
-#include <common.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/hardware.h>
#include <asm/arch/mux.h>
diff --git a/board/isee/igep00x0/common.c b/board/isee/igep00x0/common.c
index 3fdf83e845c9..2584d2e5ddfd 100644
--- a/board/isee/igep00x0/common.c
+++ b/board/isee/igep00x0/common.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: GPL-2.0+
-#include <common.h>
#include <twl4030.h>
#include <asm/global_data.h>
#include <asm/io.h>
diff --git a/board/isee/igep00x0/igep00x0.c b/board/isee/igep00x0/igep00x0.c
index 0f0a9c592fcc..8a3f290f678f 100644
--- a/board/isee/igep00x0/igep00x0.c
+++ b/board/isee/igep00x0/igep00x0.c
@@ -3,7 +3,7 @@
* (C) Copyright 2010
* ISEE 2007 SL, <www.iseebcn.com>
*/
-#include <common.h>
+#include <config.h>
#include <env.h>
#include <init.h>
#include <malloc.h>
--
2.34.1
More information about the U-Boot
mailing list