Gitweb: http://git.kernel.org/linus/e27bf72465f4d867a2aea33cad5e9e255c4d92ff Commit: e27bf72465f4d867a2aea33cad5e9e255c4d92ff Parent: 34101237d975ba37d19cbfe9318984af78332816 Author: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> AuthorDate: Sat Jan 30 16:23:51 2010 +0100 Committer: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> CommitDate: Tue Feb 2 09:08:03 2010 +0100 imx/mx25: rename files defining a machine to mach-$mach.c Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- arch/arm/mach-mx25/Makefile | 2 +- arch/arm/mach-mx25/{mx25pdk.c => mach-mx25pdk.c} | 0 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-mx25/Makefile b/arch/arm/mach-mx25/Makefile index fe23836..10cebc5 100644 --- a/arch/arm/mach-mx25/Makefile +++ b/arch/arm/mach-mx25/Makefile @@ -1,3 +1,3 @@ obj-y := mm.o devices.o obj-$(CONFIG_ARCH_MX25) += clock.o -obj-$(CONFIG_MACH_MX25_3DS) += mx25pdk.o +obj-$(CONFIG_MACH_MX25_3DS) += mach-mx25pdk.o diff --git a/arch/arm/mach-mx25/mx25pdk.c b/arch/arm/mach-mx25/mach-mx25pdk.c similarity index 100% rename from arch/arm/mach-mx25/mx25pdk.c rename to arch/arm/mach-mx25/mach-mx25pdk.c -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
