diff options
Diffstat (limited to 'arch/powerpc/boot/serial.c')
-rw-r--r-- | arch/powerpc/boot/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/serial.c b/arch/powerpc/boot/serial.c index 7fd32330a9a5..eaa0d3ae3518 100644 --- a/arch/powerpc/boot/serial.c +++ b/arch/powerpc/boot/serial.c | |||
@@ -27,7 +27,7 @@ static int serial_open(void) | |||
27 | return scdp->open(); | 27 | return scdp->open(); |
28 | } | 28 | } |
29 | 29 | ||
30 | static void serial_write(char *buf, int len) | 30 | static void serial_write(const char *buf, int len) |
31 | { | 31 | { |
32 | struct serial_console_data *scdp = console_ops.data; | 32 | struct serial_console_data *scdp = console_ops.data; |
33 | 33 | ||