From: Uwe Kleine-König Date: Wed, 9 Dec 2009 18:52:57 +0000 (+0100) Subject: imx/mx3: rename clock.c and iomux.c to {clock,iomux}-imx31.c X-Git-Tag: v2.6.34-rc2~66^2~5^2~56^2~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=60d644cae9d96e13547c69fbac22e800790e6054;p=karo-tx-linux.git imx/mx3: rename clock.c and iomux.c to {clock,iomux}-imx31.c These files are only used on imx31. This makes the name consistent with the imx35 files. Signed-off-by: Uwe Kleine-König Cc: Sascha Hauer Cc: Russell King Cc: Daniel Mack Cc: Fabio Estevam Cc: Valentin Longchamp --- diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile index 93c7b296be6a..03e25d604455 100644 --- a/arch/arm/mach-mx3/Makefile +++ b/arch/arm/mach-mx3/Makefile @@ -5,7 +5,7 @@ # Object file lists. obj-y := mm.o devices.o cpu.o -obj-$(CONFIG_ARCH_MX31) += clock.o iomux.o +obj-$(CONFIG_ARCH_MX31) += clock-imx31.o iomux-imx31.o obj-$(CONFIG_ARCH_MX35) += clock-imx35.o obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o obj-$(CONFIG_MACH_MX31LILLY) += mx31lilly.o mx31lilly-db.o diff --git a/arch/arm/mach-mx3/clock.c b/arch/arm/mach-mx3/clock-imx31.c similarity index 100% rename from arch/arm/mach-mx3/clock.c rename to arch/arm/mach-mx3/clock-imx31.c diff --git a/arch/arm/mach-mx3/iomux.c b/arch/arm/mach-mx3/iomux-imx31.c similarity index 100% rename from arch/arm/mach-mx3/iomux.c rename to arch/arm/mach-mx3/iomux-imx31.c