3372de5813
Moving the relevant functions to their respective .c files and removal of dma_v3.c file. Also removed various ioat3 references when appropriate. 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>
3 lines
88 B
Makefile
3 lines
88 B
Makefile
obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o
|
|
ioatdma-y := init.o dma.o prep.o dca.o sysfs.o
|