dmaengine: ioatdma: move dma prep functions to single location
authorDave Jiang <dave.jiang@intel.com>
Tue, 11 Aug 2015 15:48:49 +0000 (08:48 -0700)
committerVinod Koul <vinod.koul@intel.com>
Mon, 17 Aug 2015 08:07:30 +0000 (13:37 +0530)
commit599d49de7f69cb5a23e913db24e168ba2f09bd05
treecce55d57f777b00e12e34f7c96f2e764a15e6547
parentc0f28ce66ecfd9fa0ae662a2c7f3e68e537e77f4
dmaengine: ioatdma: move dma prep functions to single location

Move all DMA descriptor prepping functions to prep.c file. Fixup all
broken bits caused by the move.

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ioat/Makefile
drivers/dma/ioat/dma.c
drivers/dma/ioat/dma.h
drivers/dma/ioat/dma_v3.c
drivers/dma/ioat/init.c
drivers/dma/ioat/prep.c [new file with mode: 0644]