public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM i.MX50: Rename devices-mx50.h
@ 2011-01-10 21:44 Jason Liu
  2011-01-10 22:31 ` Uwe Kleine-König
  2011-01-10 23:52 ` Richard Zhao
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Liu @ 2011-01-10 21:44 UTC (permalink / raw)
  To: linux-arm-kernel

There are devices-imx51.h and devices-imx53.h under
arch/arm/mach-mx5 directory. So, had better rename
devices-mx50.h to devices-imx50.h to follow the same
naming convention with imx51 and imx53 part.

Signed-off-by: Jason Liu <r64343@freescale.com>
---
 arch/arm/mach-mx5/board-mx50_rdp.c                 |    2 +-
 .../mach-mx5/{devices-mx50.h => devices-imx50.h}   |    0
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-mx5/board-mx50_rdp.c b/arch/arm/mach-mx5/board-mx50_rdp.c
index fd32e4c..e5bb600 100644
--- a/arch/arm/mach-mx5/board-mx50_rdp.c
+++ b/arch/arm/mach-mx5/board-mx50_rdp.c
@@ -35,7 +35,7 @@
 #include <asm/mach/arch.h>
 #include <asm/mach/time.h>
 
-#include "devices-mx50.h"
+#include "devices-imx50.h"
 
 static iomux_v3_cfg_t mx50_rdp_pads[] __initdata = {
 	/* SD1 */
diff --git a/arch/arm/mach-mx5/devices-mx50.h b/arch/arm/mach-mx5/devices-imx50.h
similarity index 100%
rename from arch/arm/mach-mx5/devices-mx50.h
rename to arch/arm/mach-mx5/devices-imx50.h
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-10 23:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 21:44 [PATCH 1/1] ARM i.MX50: Rename devices-mx50.h Jason Liu
2011-01-10 22:31 ` Uwe Kleine-König
2011-01-10 23:52 ` Richard Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox