serial: make uart_console_write->putchar()'s character an unsigned char
[sfrench/cifs-2.6.git] / include / linux / serial_core.h
index 31f7fe527395a216788a3ca720e223df92a26630..14ae35f68abbf30f9aee4b2e564fb69cd89fff7f 100644 (file)
@@ -399,7 +399,7 @@ int uart_set_options(struct uart_port *port, struct console *co, int baud,
 struct tty_driver *uart_console_device(struct console *co, int *index);
 void uart_console_write(struct uart_port *port, const char *s,
                        unsigned int count,
-                       void (*putchar)(struct uart_port *, int));
+                       void (*putchar)(struct uart_port *, unsigned char));
 
 /*
  * Port/driver registration/removal