]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
powercp: mpc8xx: move commproc.h
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 16 Mar 2018 16:20:43 +0000 (17:20 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 6 Apr 2018 20:30:37 +0000 (16:30 -0400)
include/commproc.h is dedicated to the 8xx, rename it cpm_8xx.h and
move it into arch/powerpc/include/asm

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
arch/powerpc/cpu/mpc8xx/cpu.c
arch/powerpc/cpu/mpc8xx/cpu_init.c
arch/powerpc/cpu/mpc8xx/immap.c
arch/powerpc/cpu/mpc8xx/interrupts.c
arch/powerpc/include/asm/cpm_8xx.h [moved from include/commproc.h with 100% similarity]
drivers/net/mpc8xx_fec.c
drivers/serial/serial_mpc8xx.c
drivers/spi/mpc8xx_spi.c

index 78874926e3356db044bbd6bcace732d810c0311e..6a1bd8dce4b3cef8fed1fb98e410bac4f6d1320c 100644 (file)
@@ -21,9 +21,9 @@
 #include <watchdog.h>
 #include <command.h>
 #include <mpc8xx.h>
-#include <commproc.h>
 #include <netdev.h>
 #include <asm/cache.h>
+#include <asm/cpm_8xx.h>
 #include <linux/compiler.h>
 #include <asm/io.h>
 
index dc601a12976f2cd0be7a083be97407d6fd761bb3..6127c9f77139299a83bdf0dd6c6021bff1c2191a 100644 (file)
@@ -9,7 +9,7 @@
 #include <watchdog.h>
 
 #include <mpc8xx.h>
-#include <commproc.h>
+#include <asm/cpm_8xx.h>
 #include <asm/io.h>
 
 /*
index dfe5dc21251bcebb4edbb4b5cb97dce4a6399194..6164de281bd2ca9216fb3f5526908a7edbe2646b 100644 (file)
@@ -13,7 +13,7 @@
 #include <command.h>
 
 #include <asm/immap_8xx.h>
-#include <commproc.h>
+#include <asm/cpm_8xx.h>
 #include <asm/iopin_8xx.h>
 #include <asm/io.h>
 
index 846148ab9867e125be242f56909bb57eb07fe99b..20f9664f060f56740c3dea81c284ac71484c007c 100644 (file)
@@ -8,9 +8,9 @@
 #include <common.h>
 #include <mpc8xx.h>
 #include <mpc8xx_irq.h>
+#include <asm/cpm_8xx.h>
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <commproc.h>
 
 /************************************************************************/
 
index 71fe984a5dd64f849e2b07438aaa68465863dce7..1dd41df18be9127336248447562205bdbe32f869 100644 (file)
@@ -7,10 +7,10 @@
 
 #include <common.h>
 #include <command.h>
-#include <commproc.h>
 #include <malloc.h>
 #include <net.h>
 #include <netdev.h>
+#include <asm/cpm_8xx.h>
 #include <asm/io.h>
 
 #include <phy.h>
index 26a8085a6917deda2b8bb8dad159d4f9aa33c3b8..7a5908f46455da214fae49555f0c07830c4b5099 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #include <common.h>
-#include <commproc.h>
 #include <command.h>
 #include <serial.h>
 #include <watchdog.h>
+#include <asm/cpm_8xx.h>
 #include <linux/compiler.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index b5bd558526b7c19a0a69416071b6690c0158da12..eb035e9510ce04e4a1c095dcb76d3d2b7aa267ae 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <common.h>
 #include <mpc8xx.h>
-#include <commproc.h>
+#include <asm/cpm_8xx.h>
 #include <linux/ctype.h>
 #include <malloc.h>
 #include <post.h>