Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752452Ab2F1Kjv (ORCPT ); Thu, 28 Jun 2012 06:39:51 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:9586 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753018Ab2F1KiG (ORCPT ); Thu, 28 Jun 2012 06:38:06 -0400 X-PGP-Universal: processed; by hqnvupgp06.nvidia.com on Thu, 28 Jun 2012 03:38:00 -0700 From: Prashant Gaikwad To: , CC: , , , , , , Prashant Gaikwad Subject: [PATCH 3/6] ARM: tegra: Rename tegra20 clock file Date: Thu, 28 Jun 2012 16:07:23 +0530 Message-ID: <1340879846-12900-4-git-send-email-pgaikwad@nvidia.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1340879846-12900-1-git-send-email-pgaikwad@nvidia.com> References: <1340879846-12900-1-git-send-email-pgaikwad@nvidia.com> X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1435 Lines: 35 Make the name consistent with other files. s/tegra2/tegra20 Signed-off-by: Prashant Gaikwad --- arch/arm/mach-tegra/Makefile | 2 +- .../{tegra2_clocks.c => tegra20_clocks.c} | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename arch/arm/mach-tegra/{tegra2_clocks.c => tegra20_clocks.c} (100%) diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 141bf4b..452c105 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -11,7 +11,7 @@ obj-y += flowctrl.o obj-y += powergate.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/arch/arm/mach-tegra/tegra2_clocks.c b/arch/arm/mach-tegra/tegra20_clocks.c similarity index 100% rename from arch/arm/mach-tegra/tegra2_clocks.c rename to arch/arm/mach-tegra/tegra20_clocks.c -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/