aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2005-10-29 12:07:11 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2005-10-29 10:35:08 -0700
commit942b6f62164cf8822dd03b1569777f4663d1abd7 (patch)
tree87c562e1bda1d0d266c316ef6059c010b6f30fab /arch/arm/boot
parent[PATCH] bluetooth hidp is broken on s390 (diff)
downloadlinux-dev-942b6f62164cf8822dd03b1569777f4663d1abd7.tar.xz
linux-dev-942b6f62164cf8822dd03b1569777f4663d1abd7.zip
[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')
-rw-r--r--arch/arm/boot/compressed/misc.c2
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;
#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)