Fix compile errors in SGI console drivers (linux-next tree)
[safe/jmp/linux-2.6] / drivers / serial / vr41xx_siu.c
index bb6ce6b..0573f3b 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 {