]> err.no Git - linux-2.6/blobdiff - arch/ppc/platforms/4xx/bubinga.c
Pull kmalloc into release branch
[linux-2.6] / arch / ppc / platforms / 4xx / bubinga.c
index 8110f55668c5508979919f5c2b060edb0d0d1b67..4009f4983ca60aa07e7e4c83af38b63ffc0d309f 100644 (file)
@@ -10,7 +10,6 @@
  * or implied.
  */
 
-#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/smp.h>
 #include <linux/threads.h>
@@ -97,8 +96,8 @@ bubinga_early_serial_map(void)
        port.irq = ACTING_UART0_INT;
        port.uartclk = uart_clock;
        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) {