[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>
This commit is contained in:

committed by
Russell King

parent
53ea68ecea
commit
9b4a161777
@@ -135,7 +135,7 @@ void __init serial_init(void)
|
||||
memset(&s, 0, sizeof(s));
|
||||
|
||||
s.flags = STD_COM_FLAGS;
|
||||
s.iotype = SERIAL_IO_MEM;
|
||||
s.iotype = UPIO_MEM;
|
||||
|
||||
if (mips_machtype == MACH_LASAT_100) {
|
||||
s.uartclk = LASAT_BASE_BAUD_100 * 16;
|
||||
|
Reference in New Issue
Block a user