Commit 72ea1c6
Lee Jones
Revert "serial: pl011: Fix DMA ->flush_buffer()"
This reverts commit 8764ed5 which is
commit f6a1964 upstream.
It's being reverted becuase it causes build errors:
drivers/tty/serial/amba-pl011.c:687:2: error:
implicit declaration of function ‘dmaengine_terminate_async’;
did you mean ‘dmaengine_terminate_all’?
[-Werror=implicit-function-declaration]
Change-Id: I968b66a26997009690fb1f478e225384412f0c01
Signed-off-by: Lee Jones <lee.jones@linaro.org>1 parent eb46485 commit 72ea1c6
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
688 | | - | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
689 | 691 | | |
690 | 692 | | |
691 | 693 | | |
| |||
0 commit comments