serial: pl011: remove redundant early amba_ports declaration
authorBaruch Siach <baruch@tkos.co.il>
Sun, 3 Nov 2013 16:38:12 +0000 (18:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 00:44:21 +0000 (16:44 -0800)
commit187094feeb77b5f49513f6a1cfe12749c080bd96
treef7bca370a34dd9260ddce7b344d1bf66ddd8b436
parent8913a316e3f74b800c3a4e0d4c85cab26bbb9c53
serial: pl011: remove redundant early amba_ports declaration

This early amba_ports declaration was introduced by commit c16d51a32 (amba
pl011: workaround for uart registers lockup) for use in the pl011_lockup_wa()
routine. This routine was later removed by commit 4fd0690bb (serial: pl011:
implement workaround for CTS clear event issue).

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c