From 1fda5f4e96225c3ed0baded942704c0ae399da23 Mon Sep 17 00:00:00 2001
From: Shannon Nelson <shannon.nelson@intel.com>
Date: Tue, 16 Oct 2007 01:27:37 -0700
Subject: [PATCH] I/OAT: Rename the source file

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                  | 1 +
 drivers/dma/{ioatdma.c => ioat_dma.c} | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 rename drivers/dma/{ioatdma.c => ioat_dma.c} (99%)

diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile
index b3839b687ae03..77bee99df02a1 100644
--- a/drivers/dma/Makefile
+++ b/drivers/dma/Makefile
@@ -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
diff --git a/drivers/dma/ioatdma.c b/drivers/dma/ioat_dma.c
similarity index 99%
rename from drivers/dma/ioatdma.c
rename to drivers/dma/ioat_dma.c
index fdc8588041b0a..f0be71cf1eee7 100644
--- a/drivers/dma/ioatdma.c
+++ b/drivers/dma/ioat_dma.c
@@ -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;
 }
 
-- 
2.30.2