powercp: mpc8xx: move commproc.h

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>
master
Christophe Leroy 6 years ago committed by Tom Rini
parent ee1e600c13
commit 18f8d4c60d
  1. 2
      arch/powerpc/cpu/mpc8xx/cpu.c
  2. 2
      arch/powerpc/cpu/mpc8xx/cpu_init.c
  3. 2
      arch/powerpc/cpu/mpc8xx/immap.c
  4. 2
      arch/powerpc/cpu/mpc8xx/interrupts.c
  5. 0
      arch/powerpc/include/asm/cpm_8xx.h
  6. 2
      drivers/net/mpc8xx_fec.c
  7. 2
      drivers/serial/serial_mpc8xx.c
  8. 2
      drivers/spi/mpc8xx_spi.c

@ -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>

@ -9,7 +9,7 @@
#include <watchdog.h>
#include <mpc8xx.h>
#include <commproc.h>
#include <asm/cpm_8xx.h>
#include <asm/io.h>
/*

@ -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>

@ -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>
/************************************************************************/

@ -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>

@ -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;

@ -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>

Loading…
Cancel
Save