Fix compile errors in SGI console drivers (linux-next tree)
[deliverable/linux.git] / drivers / serial / ucc_uart.c
index 566a8b42e05a2a061a281d66d9e40579bf7b17e1..5c5d18dcb6aca4b0443b9bb8d3d5b2579b5705c0 100644 (file)
@@ -466,7 +466,7 @@ static void qe_uart_int_rx(struct uart_qe_port *qe_port)
        int i;
        unsigned char ch, *cp;
        struct uart_port *port = &qe_port->port;
-       struct tty_struct *tty = port->info->tty;
+       struct tty_struct *tty = port->info->port.tty;
        struct qe_bd *bdp;
        u16 status;
        unsigned int flg;
This page took 0.036623 seconds and 5 git commands to generate.