summaryrefslogtreecommitdiff
path: root/drivers/dma/ioat/Makefile
diff options
context:
space:
mode:
authorDave Jiang <dave.jiang@intel.com>2015-08-11 08:48:43 -0700
committerVinod Koul <vinod.koul@intel.com>2015-08-17 13:37:30 +0530
commitc0f28ce66ecfd9fa0ae662a2c7f3e68e537e77f4 (patch)
tree29b72d67fd006b880c44882fbe412204850657a9 /drivers/dma/ioat/Makefile
parent80b1973659949fbdcbfe9e086e2370313a9f1288 (diff)
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>
Diffstat (limited to 'drivers/dma/ioat/Makefile')
-rw-r--r--drivers/dma/ioat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ioat/Makefile b/drivers/dma/ioat/Makefile
index d2555f4881d7..f785f8f42f7d 100644
--- a/drivers/dma/ioat/Makefile
+++ b/drivers/dma/ioat/Makefile
@@ -1,2 +1,2 @@
obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o
-ioatdma-y := pci.o dma.o dma_v3.o dca.o sysfs.o
+ioatdma-y := init.o dma.o dma_v3.o dca.o sysfs.o