[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:
@@ -30,7 +30,7 @@ unsigned int __machine_arch_type;
|
|||||||
#define putstr icedcc_putstr
|
#define putstr icedcc_putstr
|
||||||
#define putc icedcc_putc
|
#define putc icedcc_putc
|
||||||
|
|
||||||
extern void idedcc_putc(int ch);
|
extern void icedcc_putc(int ch);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
icedcc_putstr(const char *ptr)
|
icedcc_putstr(const char *ptr)
|
||||||
|
Reference in New Issue
Block a user