X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fserial%2Fucc_uart.c;h=5c5d18dcb6aca4b0443b9bb8d3d5b2579b5705c0;hb=a88487c79bfefb715030c5baa68fbedc1b8732e8;hp=566a8b42e05a2a061a281d66d9e40579bf7b17e1;hpb=b1ca7e7a0b35874b2a9cae60f8f5b78df575faa7;p=linux-2.6-omap-h63xx.git diff --git a/drivers/serial/ucc_uart.c b/drivers/serial/ucc_uart.c index 566a8b42e05..5c5d18dcb6a 100644 --- a/drivers/serial/ucc_uart.c +++ b/drivers/serial/ucc_uart.c @@ -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;