提交 fd9e516d 编写于 作者: C Chuah, Kim Tatt 提交者: Greg Kroah-Hartman

serial: 8250_dma: Export serial8250_rx_dma_flush()

Export serial8250_rx_dma_flush() for use by SOC UART drivers.
Signed-off-by: NChuah, Kim Tatt <kim.tatt.chuah@intel.com>
Acked-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: NHeikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c6f82787
......@@ -145,6 +145,7 @@ void serial8250_rx_dma_flush(struct uart_8250_port *p)
dmaengine_terminate_all(dma->rxchan);
}
}
EXPORT_SYMBOL_GPL(serial8250_rx_dma_flush);
int serial8250_request_dma(struct uart_8250_port *p)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册