[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>
This commit is contained in:
Al Viro 2005-10-29 12:07:11 +01:00 committed by Linus Torvalds
parent a6e0eb3791
commit 942b6f6216
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ unsigned int __machine_arch_type;
#define putstr icedcc_putstr
#define putc icedcc_putc
extern void idedcc_putc(int ch);
extern void icedcc_putc(int ch);
static void
icedcc_putstr(const char *ptr)