summaryrefslogtreecommitdiff
path: root/arch/ppc/platforms/4xx/luan.c
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-02-05 10:48:10 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-02-05 10:48:10 (GMT)
commit9b4a1617772d6d5ab5eeda0cd95302fae119e359 (patch)
tree5104ea63a01c995036947998016e3205cff3a61d /arch/ppc/platforms/4xx/luan.c
parent53ea68ecea11bcbb3451c2758ce181bd97b569a9 (diff)
downloadlinux-9b4a1617772d6d5ab5eeda0cd95302fae119e359.tar.xz
[SERIAL] uart_port iotype member should use UPIO_*
Convert usage of SERIAL_IO_* to UPIO_*. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/ppc/platforms/4xx/luan.c')
-rw-r--r--arch/ppc/platforms/4xx/luan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/luan.c b/arch/ppc/platforms/4xx/luan.c
index d810b73..a94683a 100644
--- a/arch/ppc/platforms/4xx/luan.c
+++ b/arch/ppc/platforms/4xx/luan.c
@@ -279,7 +279,7 @@ luan_early_serial_map(void)
port.irq = UART0_INT;
port.uartclk = clocks.uart0;
port.regshift = 0;
- port.iotype = SERIAL_IO_MEM;
+ port.iotype = UPIO_MEM;
port.flags = ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST;
port.line = 0;