board: isee: 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>
This commit is contained in:
Tom Rini 2024-04-30 20:42:03 -06:00
parent 1c97a7170e
commit 582fb8045d
4 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>