From 3fc02fdb719f9f9340d0b5c48b4e948779c1cec8 Mon Sep 17 00:00:00 2001 From: Tom Rini <trini@konsulko.com> Date: Tue, 30 Apr 2024 20:43:08 -0600 Subject: [PATCH] board: udoo: Remove <common.h> and add needed includes 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/udoo/neo/neo.c | 1 - board/udoo/udoo_spl.c | 1 - 2 files changed, 2 deletions(-) diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c index d99d93b44a..b435b721e5 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 647380e1db..6c47753005 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> -- 2.39.5