diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-03-16 17:20:43 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 16:30:37 -0400 |
commit | 18f8d4c60d26e6cd113461c5d716c64897c3f112 (patch) | |
tree | 4c740c87c179ab09a8a5cbaefb6786b803d40832 /arch/powerpc/cpu/mpc8xx/cpu.c | |
parent | ee1e600c13d16febd517ab7d0d2c243db174789b (diff) | |
download | u-boot-18f8d4c60d26e6cd113461c5d716c64897c3f112.tar.gz |
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>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/cpu.c')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/cpu.c b/arch/powerpc/cpu/mpc8xx/cpu.c index 78874926e3..6a1bd8dce4 100644 --- a/arch/powerpc/cpu/mpc8xx/cpu.c +++ b/arch/powerpc/cpu/mpc8xx/cpu.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> |