From: Uwe Kleine-König Date: Sat, 30 Jan 2010 15:23:51 +0000 (+0100) Subject: imx/mx25: rename files defining a machine to mach-$mach.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e27bf72465f4d867a2aea33cad5e9e255c4d92ff;p=linux-beck.git imx/mx25: rename files defining a machine to mach-$mach.c Signed-off-by: Uwe Kleine-König --- diff --git a/arch/arm/mach-mx25/Makefile b/arch/arm/mach-mx25/Makefile index fe23836a9f3d..10cebc5ced8c 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