diff options
Diffstat (limited to 'arch/mips/boot/compressed/dbg.c')
-rw-r--r-- | arch/mips/boot/compressed/dbg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/boot/compressed/dbg.c b/arch/mips/boot/compressed/dbg.c index ff4dc7a33a9f..134a6162e394 100644 --- a/arch/mips/boot/compressed/dbg.c +++ b/arch/mips/boot/compressed/dbg.c | |||
@@ -5,11 +5,11 @@ | |||
5 | * please select SYS_SUPPORTS_ZBOOT_UART16550 for your machine. othewise, you | 5 | * please select SYS_SUPPORTS_ZBOOT_UART16550 for your machine. othewise, you |
6 | * need to implement your own putc(). | 6 | * need to implement your own putc(). |
7 | */ | 7 | */ |
8 | 8 | #include <linux/compiler.h> | |
9 | #include <linux/init.h> | 9 | #include <linux/init.h> |
10 | #include <linux/types.h> | 10 | #include <linux/types.h> |
11 | 11 | ||
12 | void __attribute__ ((weak)) putc(char c) | 12 | void __weak putc(char c) |
13 | { | 13 | { |
14 | } | 14 | } |
15 | 15 | ||