rcar-hpbdma: remove shdma_free_irq() calls
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Wed, 25 Sep 2013 22:28:37 +0000 (02:28 +0400)
committerVinod Koul <vinod.koul@intel.com>
Fri, 11 Oct 2013 01:54:35 +0000 (07:24 +0530)
commitcdeb5c033f0389c44e5b36cafd623bdf44bbe25c
tree8d60b304ba5584aeba8d25824c3180302daaf3c4
parentd0e639c9e06d44e713170031fe05fb60ebe680af
rcar-hpbdma: remove shdma_free_irq() calls

Commit c1c63a14f4f2419d093acd7164eccdff315baa86 (DMA: shdma: switch to managed
resource allocation) got rid of shdma_free_irq() but  unfortunately got merged
later than commit c4f6c41ba790bbbfcebb4c47a709ac8ff1fe1af9 (dma: add driver for
R-Car HPB-DMAC), so that the HPB-DMAC driver retained the calls and got broken:

drivers/dma/sh/rcar-hpbdma.c: In function `hpb_dmae_alloc_chan_resources':
drivers/dma/sh/rcar-hpbdma.c:435: error: implicit declaration of function
`shdma_free_irq'

Fix this compilation error by removing the remaining shdma_free_irq() calls.

Reported-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tested-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/sh/rcar-hpbdma.c