summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2004-06-26 20:53:04 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-26 20:53:04 -0700
commit464abf90af4de045e60025ec5636fa60c2e9c926 (patch)
treef6d0a193fcf719c6ba656c84d9e7cc612dc44672 /include
parent18cb7eec885d645d32f8c2c37b1d603db9c97013 (diff)
[PATCH] ppc64: udbg fix
Some udbg.c cleanups: - remove some old comments - clean up formatting - remove unused udbg_puthex and udbg_printSP Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc64/udbg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-ppc64/udbg.h b/include/asm-ppc64/udbg.h
index cdc306b1711f..804e3b9b3349 100644
--- a/include/asm-ppc64/udbg.h
+++ b/include/asm-ppc64/udbg.h
@@ -19,11 +19,8 @@ int udbg_write(const char *s, int n);
int udbg_read(char *buf, int buflen);
struct console;
void udbg_console_write(struct console *con, const char *s, unsigned int n);
-void udbg_puthex(unsigned long val);
-void udbg_printSP(const char *s);
void udbg_printf(const char *fmt, ...);
void udbg_ppcdbg(unsigned long flags, const char *fmt, ...);
unsigned long udbg_ifdebug(unsigned long flags);
-void udbg_init_uart(void *comport);
#endif