board: timll: 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:43:03 -06:00
parent c4083e0184
commit 12519331ff
3 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
* Copyright (C) 2011-2015 Vladimir Zapolskiy <vz@mleia.com>
*/
#include <common.h>
#include <config.h>
#include <init.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/clk.h>

View File

@ -5,7 +5,6 @@
* (C) Copyright 2015 Vladimir Zapolskiy <vz@mleia.com>
*/
#include <common.h>
#include <asm/io.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/cpu.h>

View File

@ -15,7 +15,7 @@
* Syed Mohammed Khasim <khasim@ti.com>
*
*/
#include <common.h>
#include <config.h>
#include <dm.h>
#include <env.h>
#include <init.h>