From patchwork Wed May 5 12:10:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Munegowda, Keshava" X-Patchwork-Id: 97059 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 o45CAThv005098 for ; Wed, 5 May 2010 12:10:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932234Ab0EEMKZ (ORCPT ); Wed, 5 May 2010 08:10:25 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:41845 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756634Ab0EEMKZ convert rfc822-to-8bit (ORCPT ); Wed, 5 May 2010 08:10:25 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o45CAJRC029071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 5 May 2010 07:10:21 -0500 Received: from dbde70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id o45CAIZh001182; Wed, 5 May 2010 17:40:18 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde70.ent.ti.com ([172.24.170.148]) with mapi; Wed, 5 May 2010 17:40:19 +0530 From: "Munegowda, Keshava" To: "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "tony@atomide.com" Date: Wed, 5 May 2010 17:40:16 +0530 Subject: [PATCH]omap:mux.c waring removal Thread-Topic: [PATCH]omap:mux.c waring removal Thread-Index: AcrsS+wyQB4ATrINQ8KEZZkNo5i5zg== Message-ID: <0680EC522D0CC943BC586913CF3768C003B3165175@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 12:10:29 +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)