|
@@ -387,7 +387,7 @@ struct uart_port *uart_get_console(struct uart_port *ports, int nr,
|
|
|
struct console *c);
|
|
|
int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr,
|
|
|
char **options);
|
|
|
-void uart_parse_options(char *options, int *baud, int *parity, int *bits,
|
|
|
+void uart_parse_options(const char *options, int *baud, int *parity, int *bits,
|
|
|
int *flow);
|
|
|
int uart_set_options(struct uart_port *port, struct console *co, int baud,
|
|
|
int parity, int bits, int flow);
|