From patchwork Thu Jul 5 09:55:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prashant Gaikwad X-Patchwork-Id: 169110 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 81ED22C007F for ; Thu, 5 Jul 2012 19:56:15 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932094Ab2GEJ4K (ORCPT ); Thu, 5 Jul 2012 05:56:10 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:13494 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932088Ab2GEJ4J (ORCPT ); Thu, 5 Jul 2012 05:56:09 -0400 Received: from hqnvupgp07.nvidia.com (Not Verified[216.228.121.13]) by hqemgate04.nvidia.com id ; Thu, 05 Jul 2012 02:55:04 -0700 Received: from hqemhub01.nvidia.com ([172.17.108.22]) by hqnvupgp07.nvidia.com (PGP Universal service); Thu, 05 Jul 2012 02:52:20 -0700 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Thu, 05 Jul 2012 02:52:20 -0700 Received: from localhost.localdomain (172.20.144.16) by hqemhub01.nvidia.com (172.20.150.30) with Microsoft SMTP Server (TLS) id 8.3.264.0; Thu, 5 Jul 2012 02:55:47 -0700 From: Prashant Gaikwad To: , CC: , , , , , , , Prashant Gaikwad Subject: [PATCH v3 3/6] ARM: tegra: Rename tegra20 clock file Date: Thu, 5 Jul 2012 15:25:17 +0530 Message-ID: <1341482120-3317-4-git-send-email-pgaikwad@nvidia.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1341482120-3317-1-git-send-email-pgaikwad@nvidia.com> References: <1341482120-3317-1-git-send-email-pgaikwad@nvidia.com> X-NVConfidentiality: public MIME-Version: 1.0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org 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/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 diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 1ab285b..4d5214f 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -11,7 +11,7 @@ obj-y += flowctrl.o obj-$(CONFIG_CPU_IDLE) += cpuidle.o obj-$(CONFIG_CPU_IDLE) += sleep.o obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += powergate.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) += board-dt-tegra30.o