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

Commit 61d51808 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINE"

parents e68546c8 4b4da8df
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1689,7 +1689,8 @@ static void pl011_shutdown(struct uart_port *port)
			plat->exit();
	}

	pl011_dma_flush_buffer(port);
	if (uap->port.ops->flush_buffer)
		uap->port.ops->flush_buffer(port);
}

static void