]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: kirkwood: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Tue, 30 Apr 2024 13:35:48 +0000 (07:35 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:06:34 +0000 (15:06 -0600)
Remove <common.h> from all mach-kirkwood files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-kirkwood/cache.c
arch/arm/mach-kirkwood/cpu.c
arch/arm/mach-kirkwood/mpp.c

index 009b7deeca64bd007bfd3c29c04bfae87e0bcb57..acd2e8b1145e7b9a33d1391d901adf9b801db9c3 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2012 Michael Walle
  * Michael Walle <michael@walle.cc>
  */
-#include <common.h>
 #include <asm/arch/cpu.h>
 #include <asm/cache.h>
 
index 2b493b36c20d73b7c5b36fdc287a071205ed85ae..a432abe615d37691d91c407d2d5df4b5ec736255 100644 (file)
@@ -5,7 +5,6 @@
  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
  */
 
-#include <common.h>
 #include <command.h>
 #include <cpu_func.h>
 #include <env.h>
index 4fdad99cadef54c0acc63b761b1a44176e5f1dff..7938820e513f2bb9cda41ff5724ff93b654015ef 100644 (file)
@@ -9,7 +9,6 @@
  * warranty of any kind, whether express or implied.
  */
 
-#include <common.h>
 #include <log.h>
 #include <asm/io.h>
 #include <asm/arch/cpu.h>