diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/compressed/misc.c | 2 |
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; | |||
30 | #define putstr icedcc_putstr | 30 | #define putstr icedcc_putstr |
31 | #define putc icedcc_putc | 31 | #define putc icedcc_putc |
32 | 32 | ||
33 | extern void idedcc_putc(int ch); | 33 | extern void icedcc_putc(int ch); |
34 | 34 | ||
35 | static void | 35 | static void |
36 | icedcc_putstr(const char *ptr) | 36 | icedcc_putstr(const char *ptr) |