dmaengine: ioatdma: move all the init routines
authorDave Jiang <dave.jiang@intel.com>
Tue, 11 Aug 2015 15:48:43 +0000 (08:48 -0700)
committerVinod Koul <vinod.koul@intel.com>
Mon, 17 Aug 2015 08:07:30 +0000 (13:37 +0530)
commitc0f28ce66ecfd9fa0ae662a2c7f3e68e537e77f4
tree29b72d67fd006b880c44882fbe412204850657a9
parent80b1973659949fbdcbfe9e086e2370313a9f1288
dmaengine: ioatdma: move all the init routines

Moving all the init routines to init.c and fixup anything broken during
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 [new file with mode: 0644]
drivers/dma/ioat/pci.c [deleted file]