aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-03-16 17:20:43 +0100
committerTom Rini <trini@konsulko.com>2018-04-06 16:30:37 -0400
commit18f8d4c60d26e6cd113461c5d716c64897c3f112 (patch)
tree4c740c87c179ab09a8a5cbaefb6786b803d40832 /drivers/serial
parentee1e600c13d16febd517ab7d0d2c243db174789b (diff)
downloadu-boot-18f8d4c60d26e6cd113461c5d716c64897c3f112.zip
u-boot-18f8d4c60d26e6cd113461c5d716c64897c3f112.tar.gz
u-boot-18f8d4c60d26e6cd113461c5d716c64897c3f112.tar.bz2
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 'drivers/serial')
-rw-r--r--drivers/serial/serial_mpc8xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_mpc8xx.c b/drivers/serial/serial_mpc8xx.c
index 26a8085..7a5908f 100644
--- a/drivers/serial/serial_mpc8xx.c
+++ b/drivers/serial/serial_mpc8xx.c
@@ -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;