From patchwork Fri May 7 06:47:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Munegowda, Keshava" X-Patchwork-Id: 97596 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 o476ltPP015155 for ; Fri, 7 May 2010 06:47:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751579Ab0EGGry (ORCPT ); Fri, 7 May 2010 02:47:54 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:46083 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124Ab0EGGry convert rfc822-to-8bit (ORCPT ); Fri, 7 May 2010 02:47:54 -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 o476loHe005740 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 May 2010 01:47:52 -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 o476lm3h003404; Fri, 7 May 2010 12:17:49 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde71.ent.ti.com ([172.24.170.149]) with mapi; Fri, 7 May 2010 12:17:49 +0530 From: "Munegowda, Keshava" To: "linux-omap@vger.kernel.org" , "tony@atomide.com" Date: Fri, 7 May 2010 12:17:48 +0530 Subject: RE: [PATCH V2]omap: mux.c warning removal Thread-Topic: RE: [PATCH V2]omap: mux.c warning removal Thread-Index: AcrtsTTTwTUfkYV7TiWgK3XcrPsKLA== Message-ID: <0680EC522D0CC943BC586913CF3768C003B31655C3@dbde02.ent.ti.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]); Fri, 07 May 2010 06:47:56 +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