diff options
-rw-r--r-- | drivers/tty/serial/m32r_sio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/tty/serial/m32r_sio.c b/drivers/tty/serial/m32r_sio.c index bea5c215460c..84db7321cce8 100644 --- a/drivers/tty/serial/m32r_sio.c +++ b/drivers/tty/serial/m32r_sio.c | |||
@@ -907,9 +907,10 @@ static int m32r_sio_request_port(struct uart_port *port) | |||
907 | return ret; | 907 | return ret; |
908 | } | 908 | } |
909 | 909 | ||
910 | static void m32r_sio_config_port(struct uart_port *port, int flags) | 910 | static void m32r_sio_config_port(struct uart_port *port, int unused) |
911 | { | 911 | { |
912 | struct uart_sio_port *up = (struct uart_sio_port *)port; | 912 | struct uart_sio_port *up = (struct uart_sio_port *)port; |
913 | unsigned long flags; | ||
913 | 914 | ||
914 | spin_lock_irqsave(&up->port.lock, flags); | 915 | spin_lock_irqsave(&up->port.lock, flags); |
915 | 916 | ||