arm: lpc32xx: Remove <common.h> and add needed includes

Remove <common.h> from all mach-lpc32xx files 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 07:35:47 -06:00
parent 2dd3278b3e
commit ff353dc089
5 changed files with 1 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2011 by Vladimir Zapolskiy <vz@mleia.com> * Copyright (C) 2011 by Vladimir Zapolskiy <vz@mleia.com>
*/ */
#include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <div64.h> #include <div64.h>
#include <asm/arch/cpu.h> #include <asm/arch/cpu.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2011-2015 by Vladimir Zapolskiy <vz@mleia.com> * Copyright (C) 2011-2015 by Vladimir Zapolskiy <vz@mleia.com>
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <init.h> #include <init.h>
#include <net.h> #include <net.h>

View File

@@ -3,7 +3,7 @@
* Copyright (C) 2011 by Vladimir Zapolskiy <vz@mleia.com> * Copyright (C) 2011 by Vladimir Zapolskiy <vz@mleia.com>
*/ */
#include <common.h> #include <config.h>
#include <dm.h> #include <dm.h>
#include <ns16550.h> #include <ns16550.h>

View File

@@ -10,7 +10,6 @@
* This code runs from SRAM. * This code runs from SRAM.
*/ */
#include <common.h>
#include <netdev.h> #include <netdev.h>
#include <asm/arch/cpu.h> #include <asm/arch/cpu.h>
#include <asm/arch/clk.h> #include <asm/arch/clk.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2011 Vladimir Zapolskiy <vz@mleia.com> * Copyright (C) 2011 Vladimir Zapolskiy <vz@mleia.com>
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <time.h> #include <time.h>
#include <asm/arch/cpu.h> #include <asm/arch/cpu.h>