diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2005-10-29 07:07:11 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-29 13:35:08 -0400 |
commit | 942b6f62164cf8822dd03b1569777f4663d1abd7 (patch) | |
tree | 87c562e1bda1d0d266c316ef6059c010b6f30fab /arch/arm/boot/compressed/misc.c | |
parent | a6e0eb3791dcefc6dd4db53a23de5cfb18fe9a97 (diff) |
[PATCH] type fix in arm/boot/compressed/misc.c
spot the typo...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/arm/boot/compressed/misc.c')
-rw-r--r-- | arch/arm/boot/compressed/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/misc.c b/arch/arm/boot/compressed/misc.c index 23434b56786a..50f13eec6cd7 100644 --- a/arch/arm/boot/compressed/misc.c +++ b/arch/arm/boot/compressed/misc.c | |||
@@ -30,7 +30,7 @@ unsigned int __machine_arch_type; | |||
30 | #define putstr icedcc_putstr | 30 | #define putstr icedcc_putstr |
31 | #define putc icedcc_putc | 31 | #define putc icedcc_putc |
32 | 32 | ||
33 | extern void idedcc_putc(int ch); | 33 | extern void icedcc_putc(int ch); |
34 | 34 | ||
35 | static void | 35 | static void |
36 | icedcc_putstr(const char *ptr) | 36 | icedcc_putstr(const char *ptr) |