]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/serial/serial_core.c
Fix uart_set_ldisc() function type
[linux-2.6-omap-h63xx.git] / drivers / serial / serial_core.c
index 951a75ea6e3efb6b2fe1da174746b3555b8ef615..c9b64e73c9879d10d7bd7e7e4055bd257c083e73 100644 (file)
@@ -1165,7 +1165,7 @@ out:
        return ret;
 }
 
-static void uart_set_ldisc(struct tty_struct *tty, int ldisc)
+static void uart_set_ldisc(struct tty_struct *tty)
 {
        struct uart_state *state = tty->driver_data;
        struct uart_port *port = state->port;