diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc64/udbg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-ppc64/udbg.h b/include/asm-ppc64/udbg.h index 2cf1e87fd7d2..c786604aef02 100644 --- a/include/asm-ppc64/udbg.h +++ b/include/asm-ppc64/udbg.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define __UDBG_HDR | 2 | #define __UDBG_HDR |
3 | 3 | ||
4 | #include <linux/compiler.h> | 4 | #include <linux/compiler.h> |
5 | #include <linux/init.h> | ||
5 | 6 | ||
6 | /* | 7 | /* |
7 | * c 2001 PPC 64 Team, IBM Corp | 8 | * c 2001 PPC 64 Team, IBM Corp |
@@ -20,12 +21,11 @@ extern void udbg_puts(const char *s); | |||
20 | extern int udbg_write(const char *s, int n); | 21 | extern int udbg_write(const char *s, int n); |
21 | extern int udbg_read(char *buf, int buflen); | 22 | extern int udbg_read(char *buf, int buflen); |
22 | 23 | ||
23 | struct console; | 24 | extern void register_early_udbg_console(void); |
24 | extern void udbg_console_write(struct console *con, const char *s, unsigned int n); | ||
25 | extern void udbg_printf(const char *fmt, ...); | 25 | extern void udbg_printf(const char *fmt, ...); |
26 | extern void udbg_ppcdbg(unsigned long flags, const char *fmt, ...); | 26 | extern void udbg_ppcdbg(unsigned long flags, const char *fmt, ...); |
27 | extern unsigned long udbg_ifdebug(unsigned long flags); | 27 | extern unsigned long udbg_ifdebug(unsigned long flags); |
28 | 28 | extern void __init ppcdbg_initialize(void); | |
29 | 29 | ||
30 | extern void udbg_init_uart(void __iomem *comport, unsigned int speed); | 30 | extern void udbg_init_uart(void __iomem *comport, unsigned int speed); |
31 | #endif | 31 | #endif |