From patchwork Wed May 25 23:38:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 818792 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p4PNdV3P002294 for ; Wed, 25 May 2011 23:39:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756540Ab1EYXj3 (ORCPT ); Wed, 25 May 2011 19:39:29 -0400 Received: from na3sys009aog108.obsmtp.com ([74.125.149.199]:41992 "EHLO na3sys009aog108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932218Ab1EYXj2 (ORCPT ); Wed, 25 May 2011 19:39:28 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]) (using TLSv1) by na3sys009aob108.postini.com ([74.125.148.12]) with SMTP ID DSNKTd2TMNENiQlM0OS+4Se9Og9H1x4SDSQ1@postini.com; Wed, 25 May 2011 16:39:28 PDT Received: by mail-gx0-f173.google.com with SMTP id 26so90540gxk.4 for ; Wed, 25 May 2011 16:39:28 -0700 (PDT) Received: by 10.150.94.6 with SMTP id r6mr233824ybb.387.1306366768143; Wed, 25 May 2011 16:39:28 -0700 (PDT) Received: from localhost (dragon.ti.com [192.94.94.33]) by mx.google.com with ESMTPS id s9sm149130ybm.8.2011.05.25.16.39.26 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 May 2011 16:39:27 -0700 (PDT) From: Nishanth Menon To: linux-omap Cc: Kevin , Nishanth Menon Subject: [PM-WIP_CPUFREQ][PATCH V3 8/8] OMAP: cpufreq: minor file header updates Date: Wed, 25 May 2011 16:38:53 -0700 Message-Id: <1306366733-8439-9-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1306366733-8439-1-git-send-email-nm@ti.com> References: <1306366733-8439-1-git-send-email-nm@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Wed, 25 May 2011 23:39:31 +0000 (UTC) Minor file header updates to reflect 2011 for omap2-cpufreq code and remove misleading OMAP3 reference in omap1 cpufreq code. Should probably be squashed to: "OMAP: cpufreq: Split OMAP1 and OMAP2PLUS CPUfreq drivers." Reported-by: Todd Poynor Signed-off-by: Nishanth Menon --- arch/arm/mach-omap1/omap1-cpufreq.c | 1 - arch/arm/mach-omap2/omap2plus-cpufreq.c | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap1/omap1-cpufreq.c b/arch/arm/mach-omap1/omap1-cpufreq.c index 682cdc8..7c5216e 100644 --- a/arch/arm/mach-omap1/omap1-cpufreq.c +++ b/arch/arm/mach-omap1/omap1-cpufreq.c @@ -9,7 +9,6 @@ * Based on cpu-sa1110.c, Copyright (C) 2001 Russell King * * Copyright (C) 2007-2008 Texas Instruments, Inc. - * Updated to support OMAP3 * Rajendra Nayak * * This program is free software; you can redistribute it and/or modify diff --git a/arch/arm/mach-omap2/omap2plus-cpufreq.c b/arch/arm/mach-omap2/omap2plus-cpufreq.c index 594100e..2482c71 100644 --- a/arch/arm/mach-omap2/omap2plus-cpufreq.c +++ b/arch/arm/mach-omap2/omap2plus-cpufreq.c @@ -8,7 +8,7 @@ * * Based on cpu-sa1110.c, Copyright (C) 2001 Russell King * - * Copyright (C) 2007-2008 Texas Instruments, Inc. + * Copyright (C) 2007-20011 Texas Instruments, Inc. * Updated to support OMAP3 * Rajendra Nayak *