]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/momentum/jaguar_atx/ja-console.c
[SERIAL] uart_port flags member should use UPF_*
[linux-2.6-omap-h63xx.git] / arch / mips / momentum / jaguar_atx / ja-console.c
index da6e1ed34db16e4a1f87ceb14f7efb7055caa1cf..2292d0ec47fc27aadfe255499214293f81ea5622 100644 (file)
@@ -93,7 +93,7 @@ static void inline ja_console_probe(void)
        up.uartclk      = JAGUAR_ATX_UART_CLK;
        up.regshift     = 2;
        up.iotype       = UPIO_MEM;
-       up.flags        = ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST;
+       up.flags        = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST;
        up.line         = 0;
 
        if (early_serial_setup(&up))