Re: [PATCH] dmaengine: pl330: Delete unused functions
On Thu, Jun 15, 2017 at 04:55:57PM -0700, Matthias Kaehlcke wrote: > The functions _queue_empty(), _emit_ADDH(), _emit_NOP(), _emit_STZ() > and _emit_WFE() are not used. Delete them. Applied, thanks -- ~Vinod
[PATCH] dmaengine: pl330: Delete unused functions
The functions _queue_empty(), _emit_ADDH(), _emit_NOP(), _emit_STZ() and _emit_WFE() are not used. Delete them. Signed-off-by: Matthias Kaehlcke --- drivers/dma/pl330.c | 67 - 1 file changed, 67 deletions(-) diff --git a/drivers/dma/pl330.c b