From 380665405f46f2341daf1e19efa6cb8323557974 Mon Sep 17 00:00:00 2001 From: Prashant Gaikwad Date: Mon, 6 Aug 2012 11:57:41 +0530 Subject: [PATCH] --- yaml --- r: 326640 b: refs/heads/master c: 23fc5b246119f665cfa075ce7567f31a017b11b8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-tegra/Makefile | 2 +- trunk/arch/arm/mach-tegra/{tegra2_clocks.c => tegra20_clocks.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/arm/mach-tegra/{tegra2_clocks.c => tegra20_clocks.c} (100%) diff --git a/[refs] b/[refs] index 3af3c7cf5f19..898886717b77 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 86edb87acbbdbddf62ad7b1c713891accb4dab33 +refs/heads/master: 23fc5b246119f665cfa075ce7567f31a017b11b8 diff --git a/trunk/arch/arm/mach-tegra/Makefile b/trunk/arch/arm/mach-tegra/Makefile index 655fcfc4f12e..f07f99452a98 100644 --- a/trunk/arch/arm/mach-tegra/Makefile +++ b/trunk/arch/arm/mach-tegra/Makefile @@ -12,7 +12,7 @@ obj-y += powergate.o obj-y += apbio.o obj-$(CONFIG_CPU_IDLE) += cpuidle.o obj-$(CONFIG_CPU_IDLE) += sleep.o -obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o +obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20_clocks.o obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20_clocks_data.o obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_emc.o obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30_clocks.o diff --git a/trunk/arch/arm/mach-tegra/tegra2_clocks.c b/trunk/arch/arm/mach-tegra/tegra20_clocks.c similarity index 100% rename from trunk/arch/arm/mach-tegra/tegra2_clocks.c rename to trunk/arch/arm/mach-tegra/tegra20_clocks.c