From patchwork Wed May 5 13:44:08 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Munegowda, Keshava" X-Patchwork-Id: 97082 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 o45DiGZG025113 for ; Wed, 5 May 2010 13:44:16 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759890Ab0EENoO (ORCPT ); Wed, 5 May 2010 09:44:14 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:57043 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759291Ab0EENoN convert rfc822-to-8bit (ORCPT ); Wed, 5 May 2010 09:44:13 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id o45Di95O029545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 5 May 2010 08:44:12 -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 o45Di8tB023273; Wed, 5 May 2010 19:14:08 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde71.ent.ti.com ([172.24.170.149]) with mapi; Wed, 5 May 2010 19:14:08 +0530 From: "Munegowda, Keshava" To: "linux-omap@vger.kernel.org" , "tony@atomide.com" Date: Wed, 5 May 2010 19:14:08 +0530 Subject: [PATCH]omap: mux.c warning removal Thread-Topic: [PATCH]omap: mux.c warning removal Thread-Index: AcrsVB14o+LK3Km4TMSOSKIPut7d0gABMLog Message-ID: <0680EC522D0CC943BC586913CF3768C003B31651B1@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]); Wed, 05 May 2010 13:44:17 +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 05:28:47.000000000 +0530 +++ linux-2.6/arch/arm/mach-omap2/mux.c 2010-05-05 05:29:02.000000000 +0530 @@ -49,7 +49,9 @@ struct list_head node; }; +#ifdef CONFIG_ARCH_OMAP3 static unsigned long mux_phys; +#endif static void __iomem *mux_base; u16 omap_mux_read(u16 reg)