]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
powerpc: mpc8xx: Remove usage of common.h
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 6 Nov 2023 18:12:04 +0000 (19:12 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 23:53:09 +0000 (18:53 -0500)
Remove inclusion of common.h and add relevant
includes when necessary.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
arch/powerpc/cpu/mpc8xx/cache.c
arch/powerpc/cpu/mpc8xx/cpu.c
arch/powerpc/cpu/mpc8xx/cpu_init.c
arch/powerpc/cpu/mpc8xx/fdt.c
arch/powerpc/cpu/mpc8xx/immap.c
arch/powerpc/cpu/mpc8xx/interrupts.c
arch/powerpc/cpu/mpc8xx/speed.c
arch/powerpc/cpu/mpc8xx/traps.c

index 41559009caca334e17d3a15a8847442742e1d9d2..525c87f37cd4ca79d2428c3c3a109121c1448f76 100644 (file)
@@ -4,7 +4,6 @@
  * Christophe Leroy, CS Systemes d'Information, christophe.leroy@c-s.fr
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <asm/processor.h>
 #include <asm/ppc.h>
index 56383cecde2c6ee4a24aa043091a17a7279a21f4..b9afd312ec65cbd5463da81eb359c21538bc9530 100644 (file)
@@ -16,7 +16,6 @@
  * Wolfgang Denk <wd@denx.de>
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <display_options.h>
 #include <net.h>
index feef792ee77fec7a0c07290d2a43aa536ffb4d6e..aac4203a6e48227e5ebc3d8d784cfbf3dfbf30d8 100644 (file)
@@ -4,7 +4,6 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
 #include <init.h>
 #include <watchdog.h>
 
index b4a26efe3027f9bfc1e5e286ec0a919e74004860..b204a3d75171b07191629089a1bd50d568afa410 100644 (file)
@@ -5,7 +5,6 @@
  * Code copied & edited from Freescale mpc85xx stuff.
  */
 
-#include <common.h>
 #include <time.h>
 #include <asm/global_data.h>
 #include <linux/libfdt.h>
index 40793c26e1204453f5a5ab22a890c2e2e46cb73f..8c85fc180b9bd17b2370ba6e8da466726790b981 100644 (file)
@@ -8,7 +8,6 @@
  * MPC8xx Internal Memory Map Functions
  */
 
-#include <common.h>
 #include <command.h>
 #include <asm/global_data.h>
 
@@ -16,6 +15,7 @@
 #include <asm/cpm_8xx.h>
 #include <asm/iopin_8xx.h>
 #include <asm/io.h>
+#include <asm/ppc.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index eef1951f2fd9b3e995d15759c8632a68081b6bbf..babef07ffb1757b2712d3f6d31d8c64edebc7f14 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <stdio.h>
 #include <irq_func.h>
 #include <mpc8xx.h>
 #include <mpc8xx_irq.h>
index 1a882a38820dfd5742b72f3fdb12fca71adea4e8..baf81381b39de46e369d05ea60dfc7fcf6637382 100644 (file)
@@ -4,12 +4,12 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
 #include <clock_legacy.h>
 #include <mpc8xx.h>
 #include <asm/global_data.h>
 #include <asm/processor.h>
 #include <asm/io.h>
+#include <asm/immap_8xx.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 56794b08a15558ede0429c3b44df557809e1e6dd..5220c560e5f362585725fdcdff6419887686abb0 100644 (file)
@@ -15,7 +15,7 @@
  * This file handles the architecture-dependent parts of hardware exceptions
  */
 
-#include <common.h>
+#include <vsprintf.h>
 #include <asm/ptrace.h>
 #include <command.h>
 #include <asm/processor.h>