Re: [PATCH] dmaengine: at_hdmac: remove unused function

2013-11-27 Thread Vinod Koul
On Tue, Nov 26, 2013 at 10:43:35AM -0800, Olof Johansson wrote: > commit 54f8d501e8428 ('dmaengine: remove DMA unmap from drivers') > refactored some code which resulted in an unused function in the at_hdmac > driver: > > drivers/dma/at_hdmac_regs.h:350:23: warning: 'chan2parent' defined but >

Re: [PATCH] dmaengine: at_hdmac: remove unused function

2013-11-27 Thread Bartlomiej Zolnierkiewicz
Hi Olof, On Tuesday, November 26, 2013 10:43:35 AM Olof Johansson wrote: > commit 54f8d501e8428 ('dmaengine: remove DMA unmap from drivers') > refactored some code which resulted in an unused function in the at_hdmac > driver: > > drivers/dma/at_hdmac_regs.h:350:23: warning: 'chan2parent' define

Re: [PATCH] dmaengine: at_hdmac: remove unused function

2013-11-27 Thread Nicolas Ferre
On 26/11/2013 19:43, Olof Johansson : commit 54f8d501e8428 ('dmaengine: remove DMA unmap from drivers') refactored some code which resulted in an unused function in the at_hdmac driver: drivers/dma/at_hdmac_regs.h:350:23: warning: 'chan2parent' defined but not used [-Wunused-function] Fixe

[PATCH] dmaengine: at_hdmac: remove unused function

2013-11-26 Thread Olof Johansson
commit 54f8d501e8428 ('dmaengine: remove DMA unmap from drivers') refactored some code which resulted in an unused function in the at_hdmac driver: drivers/dma/at_hdmac_regs.h:350:23: warning: 'chan2parent' defined but not used [-Wunused-function] Fixes: 54f8d501e8428 ('dmaengine: remove DMA