]> err.no Git - linux-2.6/blobdiff - arch/ppc/platforms/4xx/bamboo.c
Auto-update from upstream
[linux-2.6] / arch / ppc / platforms / 4xx / bamboo.c
index 159b228eca1edb83b31ac35cf83ba2ff7bb55417..b940cfd646c2af5783d3c87924454ab7393ba5d2 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * arch/ppc/platforms/4xx/bamboo.c
- *
  * Bamboo board specific routines
  *
  * Wade Farnsworth <wfarnsworth@mvista.com>
@@ -332,8 +330,8 @@ bamboo_early_serial_map(void)
        port.irq = 0;
        port.uartclk = clocks.uart0;
        port.regshift = 0;
-       port.iotype = SERIAL_IO_MEM;
-       port.flags = ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST;
+       port.iotype = UPIO_MEM;
+       port.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST;
        port.line = 0;
 
        if (early_serial_setup(&port) != 0) {