From: Al Viro Date: Sat, 29 Oct 2005 11:07:11 +0000 (+0100) Subject: [PATCH] type fix in arm/boot/compressed/misc.c X-Git-Tag: v2.6.15-rc1~731^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=942b6f62164cf8822dd03b1569777f4663d1abd7;p=platform%2Fkernel%2Flinux-3.10.git [PATCH] type fix in arm/boot/compressed/misc.c spot the typo... Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/arch/arm/boot/compressed/misc.c b/arch/arm/boot/compressed/misc.c index 23434b5..50f13ee 100644 --- a/arch/arm/boot/compressed/misc.c +++ b/arch/arm/boot/compressed/misc.c @@ -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)