diff mbox series

[141/149] board: udoo: Remove <common.h> and add needed includes

Message ID 20240501024316.1767971-141-trini@konsulko.com
State Accepted
Commit 3fc02fdb719f9f9340d0b5c48b4e948779c1cec8
Delegated to: Tom Rini
Headers show
Series [001/149] global: Make <asm/global_data.h> include <asm/u-boot.h> | expand

Commit Message

Tom Rini May 1, 2024, 2:43 a.m. UTC
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Breno Lima <breno.lima@nxp.com>
Cc: Francesco Montefoschi <francesco.montefoschi@udoo.org>
Cc: Fabio Estevam <festevam@gmail.com>
---
 board/udoo/neo/neo.c  | 1 -
 board/udoo/udoo_spl.c | 1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c
index d99d93b44ae5..b435b721e53c 100644
--- a/board/udoo/neo/neo.c
+++ b/board/udoo/neo/neo.c
@@ -29,7 +29,6 @@ 
 #include <spl.h>
 #include <linux/delay.h>
 #include <linux/sizes.h>
-#include <common.h>
 #include <i2c.h>
 #include <power/pmic.h>
 #include <power/pfuze3000_pmic.h>
diff --git a/board/udoo/udoo_spl.c b/board/udoo/udoo_spl.c
index 647380e1db63..6c477530055c 100644
--- a/board/udoo/udoo_spl.c
+++ b/board/udoo/udoo_spl.c
@@ -6,7 +6,6 @@ 
  * Based on board/wandboard/spl.c
  */
 
-#include <common.h>
 #include <init.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>