mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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>
2 lines
88 B
Makefile
2 lines
88 B
Makefile
obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o
|
|
ioatdma-y := init.o dma.o prep.o dca.o sysfs.o
|