diff options
Diffstat (limited to 'arch/ppc/xmon/start_8xx.c')
-rw-r--r-- | arch/ppc/xmon/start_8xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/xmon/start_8xx.c b/arch/ppc/xmon/start_8xx.c index a48bd594cf61..30974068c223 100644 --- a/arch/ppc/xmon/start_8xx.c +++ b/arch/ppc/xmon/start_8xx.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
15 | #include <asm/8xx_immap.h> | 15 | #include <asm/8xx_immap.h> |
16 | #include <asm/mpc8xx.h> | 16 | #include <asm/mpc8xx.h> |
17 | #include <asm/commproc.h> | 17 | #include <asm/cpm1.h> |
18 | 18 | ||
19 | extern void xmon_printf(const char *fmt, ...); | 19 | extern void xmon_printf(const char *fmt, ...); |
20 | extern int xmon_8xx_write(char *str, int nb); | 20 | extern int xmon_8xx_write(char *str, int nb); |