On Aug 27, 2007, at 10:44 AM, Scott Wood wrote:
On Mon, Aug 27, 2007 at 10:25:53AM -0500, Kumar Gala wrote:
quoted
diff --git a/arch/powerpc/platforms/85xx/mpc8544_ds.c b/arch/
powerpc/platforms/85xx/mpc8544_ds.c
deleted file mode 100644
index 0f834d8..0000000
--- a/arch/powerpc/platforms/85xx/mpc8544_ds.c
+++ /dev/null
@@ -1,186 +0,0 @@
-/*
- * MPC8544 DS Board Setup
- *
[snip]
quoted
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_ds.c b/arch/
powerpc/platforms/85xx/mpc85xx_ds.c
new file mode 100644
index 0000000..0f834d8
--- /dev/null
+++ b/arch/powerpc/platforms/85xx/mpc85xx_ds.c
@@ -0,0 +1,186 @@
+/*
+ * MPC8544 DS Board Setup
+ *
If you pass -M to git-format-patch, it'll detect renames rather than
showing a large delete followed by a large create.
thanks, will do that in the future. :)
- k