UPSTREAM: 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

Change-Id: I37b02101bd88b607f0f9eca79fdbb7cc1e85ed4d
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit 18f8d4c60d26e6cd113461c5d716c64897c3f112)
This commit is contained in:
Christophe Leroy 2018-03-16 17:20:43 +01:00 committed by Kever Yang
parent 87e4c6020e
commit 5bda114b50
8 changed files with 7 additions and 7 deletions

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

View File

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

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

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

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

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

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