]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()
authorNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 7 Jun 2013 15:10:53 +0000 (17:10 +0200)
committerVinod Koul <vinod.koul@intel.com>
Fri, 5 Jul 2013 06:10:55 +0000 (11:40 +0530)
commit255a33ab92c8b1a67654ba6a53f750110c66258b
tree820639c3a9c0e80a1ca52e6834b4d4559dfcdc12
parentcfd9a19f1ba56f8f01ed3c7755479411691eadd8
dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()

Since patch 7c407d3e54dcc0c79119553c8d5ef176c1d5bc3a (DMA: AT91:
Get residual bytes in dma buffer), the function
atc_cleanup_descriptors() is not used anymore. We remove it to prevent
warnings.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
drivers/dma/at_hdmac.c