[ARM] Convert AMBA PL010 driver to use 'uart_amba_port'
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 22 Apr 2007 10:55:59 +0000 (11:55 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 22 Apr 2007 10:55:59 +0000 (11:55 +0100)
commit1b0646a033c370d6c7f5390f2cb452cc1884bb5b
tree184b94140fe78452ce69d05c968ae829d028597e
parent7531a1c2c4477f63688871c1648d828f55313d42
[ARM] Convert AMBA PL010 driver to use 'uart_amba_port'

Use a pointer to struct uart_amba_port throughout the driver
rather than a mixture of that and struct uart_port.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/amba-pl010.c