[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
@@ -650,7 +650,7 @@ static void __init dz_init_ports(void)
|
||||
for (i = 0, dport = dz_ports; i < DZ_NB_PORT; i++, dport++) {
|
||||
spin_lock_init(&dport->port.lock);
|
||||
dport->port.membase = (char *) base;
|
||||
dport->port.iotype = SERIAL_IO_PORT;
|
||||
dport->port.iotype = UPIO_PORT;
|
||||
dport->port.irq = dec_interrupt[DEC_IRQ_DZ11];
|
||||
dport->port.line = i;
|
||||
dport->port.fifosize = 1;
|
||||
|
Reference in New Issue
Block a user