Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 187094fe authored by Baruch Siach's avatar Baruch Siach Committed by Greg Kroah-Hartman
Browse files

serial: pl011: remove redundant early amba_ports declaration



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

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8913a316
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -112,8 +112,6 @@ static struct vendor_data vendor_st = {
	.get_fifosize		= get_fifosize_st,
};

static struct uart_amba_port *amba_ports[UART_NR];

/* Deals with DMA transactions */

struct pl011_sgbuf {