From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] omap2+: pm: fix compilation break. Date: Thu, 29 Mar 2012 08:11:29 -0700 Message-ID: <20120329151128.GT9859@atomide.com> References: <1333015762-476-1-git-send-email-govindraj.raja@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:35451 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932491Ab2C2PLc (ORCPT ); Thu, 29 Mar 2012 11:11:32 -0400 Content-Disposition: inline In-Reply-To: <1333015762-476-1-git-send-email-govindraj.raja@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Govindraj.R" Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kevin Hilman * Govindraj.R [120329 03:12]: > From: "Govindraj.R" > > Fix the compilation break observed on latest mainline. > > Fixes below compilation break: > > arch/arm/mach-omap2/pm.c: In function 'omap_pm_begin': > arch/arm/mach-omap2/pm.c:239: error: implicit declaration of function 'disable_hlt' > arch/arm/mach-omap2/pm.c: In function 'omap_pm_end': > arch/arm/mach-omap2/pm.c:247: error: implicit declaration of function 'enable_hlt' Care to mention which commit broke the compile? Regards, Tony > Cc: Kevin Hilman > Cc: Tony Lindgren > Signed-off-by: Govindraj.R > --- > arch/arm/mach-omap2/pm.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c > index a7bdec6..70da4f7 100644 > --- a/arch/arm/mach-omap2/pm.c > +++ b/arch/arm/mach-omap2/pm.c > @@ -16,6 +16,7 @@ > #include > #include > #include > +#include > > #include > #include > -- > 1.7.5.4 >