]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/serial/vr41xx_siu.c
Fix compile errors in SGI console drivers (linux-next tree)
[linux-2.6-omap-h63xx.git] / drivers / serial / vr41xx_siu.c
index bb6ce6bba32f21dbdf591cc433476aa5f1bea9fa..0573f3b5175e463f1675e4d4bdd5b0dceb17c47c 100644 (file)
@@ -318,7 +318,7 @@ static inline void receive_chars(struct uart_port *port, uint8_t *status)
        char flag;
        int max_count = RX_MAX_COUNT;
 
-       tty = port->info->tty;
+       tty = port->info->port.tty;
        lsr = *status;
 
        do {