Fix arch headers.
[linux-flexiantxendom0-3.2.10.git] / arch / ia64 / hp / sim / hpsim_console.c
index 540f1d8..29c03cf 100644 (file)
@@ -59,7 +59,7 @@ simcons_write (struct console *cons, const char *buf, unsigned count)
 
 static struct tty_driver *simcons_console_device (struct console *c, int *index)
 {
-       extern struct tty_driver hp_serial_driver;
+       extern struct tty_driver hp_simserial_driver;
        *index = c->index;
-       return &hp_serial_driver;
+       return &hp_simserial_driver;
 }