mirror of https://gitee.com/openkylin/linux.git
[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:
parent
a6e0eb3791
commit
942b6f6216
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue