I/OAT: Rename the source file
authorShannon Nelson <shannon.nelson@intel.com>
Tue, 16 Oct 2007 08:27:37 +0000 (01:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:09 +0000 (09:43 -0700)
Rename the ioatdma.c file in preparation for splitting into multiple files,
which will allow for easier adding new functionality.

Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/dma/Makefile
drivers/dma/ioat_dma.c [moved from drivers/dma/ioatdma.c with 99% similarity]

index b3839b6..77bee99 100644 (file)
@@ -1,4 +1,5 @@
 obj-$(CONFIG_DMA_ENGINE) += dmaengine.o
 obj-$(CONFIG_NET_DMA) += iovlock.o
 obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o
+ioatdma-objs := ioat_dma.o
 obj-$(CONFIG_INTEL_IOP_ADMA) += iop-adma.o
similarity index 99%
rename from drivers/dma/ioatdma.c
rename to drivers/dma/ioat_dma.c
index fdc8588..f0be71c 100644 (file)
@@ -141,7 +141,7 @@ ioat_tx_submit(struct dma_async_tx_descriptor *tx)
        if (append)
                writeb(IOAT_CHANCMD_APPEND,
                        ioat_chan->reg_base + IOAT_CHANCMD_OFFSET);
-       
+
        return cookie;
 }