From patchwork Tue Feb 16 08:51:38 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ranjith Lohithakshan X-Patchwork-Id: 79559 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 o1G8pm6v009454 for ; Tue, 16 Feb 2010 08:51:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755683Ab0BPIvs (ORCPT ); Tue, 16 Feb 2010 03:51:48 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:33769 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754959Ab0BPIvr (ORCPT ); Tue, 16 Feb 2010 03:51:47 -0500 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id o1G8pfIK007596 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 Feb 2010 02:51:43 -0600 Received: from [172.24.132.214] (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o1G8pcgM023732; Tue, 16 Feb 2010 14:21:38 +0530 (IST) Message-ID: <4B7A5C9A.40404@ti.com> Date: Tue, 16 Feb 2010 14:21:38 +0530 From: Ranjith Lohithakshan Organization: Texas Instruments User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: "Premi, Sanjeev" CC: Tony Lindgren , "linux-omap@vger.kernel.org" , "Lohithakshan, Ranjith" Subject: Re: omap3evm: Doesn't boot at 4fa42e46 References: In-Reply-To: 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]); Tue, 16 Feb 2010 08:51:49 +0000 (UTC) --- a/arch/arm/mach-omap2/mux.c +++ b/arch/arm/mach-omap2/mux.c @@ -969,7 +969,7 @@ static void __init omap_mux_init_list(struct omap_mux *super } #endif -#if defined(CONFIG_OMAP_MUX) && defined(CONFIG_DEBUG_FS) +#ifdef CONFIG_OMAP_MUX if (!superset->muxnames || !superset->muxnames[0]) { superset++;