[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

orang tua
53ea68ecea
melakukan
9b4a161777
@@ -1492,7 +1492,7 @@ no_dma:
|
||||
/*
|
||||
* Init remaining bits of "port" structure
|
||||
*/
|
||||
uap->port.iotype = SERIAL_IO_MEM;
|
||||
uap->port.iotype = UPIO_MEM;
|
||||
uap->port.irq = np->intrs[0].line;
|
||||
uap->port.uartclk = ZS_CLOCK;
|
||||
uap->port.fifosize = 1;
|
||||
|
Reference in New Issue
Block a user