X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fppc%2Fplatforms%2F4xx%2Fluan.c;h=61706ef37112046cc2538e53ababb57c1a76d817;hb=0fbbeba2427a842a1a4ac9f379ca2ca37ea907eb;hp=d810b736d9bf5efa933a1e672484bca7f660d239;hpb=8cedcfd43a0b00741fff43d6a4c1a8b7748db3b0;p=powerpc.git diff --git a/arch/ppc/platforms/4xx/luan.c b/arch/ppc/platforms/4xx/luan.c index d810b736d9..61706ef371 100644 --- a/arch/ppc/platforms/4xx/luan.c +++ b/arch/ppc/platforms/4xx/luan.c @@ -1,6 +1,4 @@ /* - * arch/ppc/platforms/4xx/luan.c - * * Luan board specific routines * * Matt Porter @@ -13,7 +11,6 @@ * option) any later version. */ -#include #include #include #include @@ -279,8 +276,8 @@ luan_early_serial_map(void) port.irq = UART0_INT; 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) {