Skip to content

Commit c0f28ce

Browse files
davejiangVinod Koul
authored andcommitted
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 <[email protected]> Acked-by: Dan Williams <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
1 parent 80b1973 commit c0f28ce

File tree

6 files changed

+1375
-1372
lines changed

6 files changed

+1375
-1372
lines changed

drivers/dma/ioat/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o
2-
ioatdma-y := pci.o dma.o dma_v3.o dca.o sysfs.o
2+
ioatdma-y := init.o dma.o dma_v3.o dca.o sysfs.o

0 commit comments

Comments
 (0)