From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] arm: omap1: fix build when !CONFIG_OMAP_32K_TIMER Date: Thu, 13 Feb 2014 14:52:27 -0800 Message-ID: <20140213225226.GE28216@atomide.com> References: <1389636237-2998-1-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:38704 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751778AbaBMWwj (ORCPT ); Thu, 13 Feb 2014 17:52:39 -0500 Content-Disposition: inline In-Reply-To: <1389636237-2998-1-git-send-email-balbi@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Balbi Cc: Linux OMAP Mailing List , Linux ARM Kernel Mailing List * Felipe Balbi [140113 10:06]: > If CONFIG_OMAP_32K_TIMER isn't enabled, we will > try to use enable_dyn_sleep which wasn't defined > anywhere. > > In order to fix the problem, we always define > enable_dyn_sleep as 0 when !CONFIG_OMAP_32K_TIMER. > > Signed-off-by: Felipe Balbi Thanks applying into omap-for-v3.14/fixes. Tony