From patchwork Thu May 6 06:36:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Munegowda, Keshava" X-Patchwork-Id: 97278 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o466aIG1014481 for ; Thu, 6 May 2010 06:36:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751100Ab0EFGgR (ORCPT ); Thu, 6 May 2010 02:36:17 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:49779 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151Ab0EFGgQ convert rfc822-to-8bit (ORCPT ); Thu, 6 May 2010 02:36:16 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id o466aCug019775 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 May 2010 01:36:14 -0500 Received: from dbde71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id o466aBmt021545; Thu, 6 May 2010 12:06:11 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde71.ent.ti.com ([172.24.170.149]) with mapi; Thu, 6 May 2010 12:06:11 +0530 From: "Munegowda, Keshava" To: "linux-omap@vger.kernel.org" , Kevin Hilman CC: "tony@atomide.com" Date: Thu, 6 May 2010 12:06:13 +0530 Subject: RE: [PATCH]omap: mux.c warning removal Thread-Topic: [PATCH]omap: mux.c warning removal Thread-Index: AcrsmPj+lGzkPHkzSdG0eWJlnkdd+wATP8sQ Message-ID: <0680EC522D0CC943BC586913CF3768C003B3165321@dbde02.ent.ti.com> References: <0680EC522D0CC943BC586913CF3768C003B31651B1@dbde02.ent.ti.com> <87mxwe3uzf.fsf@deeprootsystems.com> In-Reply-To: <87mxwe3uzf.fsf@deeprootsystems.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 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.3 (demeter.kernel.org [140.211.167.41]); Thu, 06 May 2010 06:36:20 +0000 (UTC) Index: linux-2.6/arch/arm/mach-omap2/mux.c =================================================================== --- linux-2.6.orig/arch/arm/mach-omap2/mux.c 2010-05-05 23:59:19.000000000 +0530 +++ linux-2.6/arch/arm/mach-omap2/mux.c 2010-05-06 00:00:07.000000000 +0530 @@ -49,7 +49,7 @@ struct list_head node; }; -static unsigned long mux_phys; + static void __iomem *mux_base; u16 omap_mux_read(u16 reg) @@ -373,6 +373,7 @@ #ifdef CONFIG_ARCH_OMAP3 static LIST_HEAD(muxmodes); static DEFINE_MUTEX(muxmode_mutex); +static unsigned long mux_phys; #ifdef CONFIG_OMAP_MUX