From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [-next: Oct 4] s390x build break (kernel/power/process.o) Date: Mon, 4 Oct 2010 22:31:39 +0200 Message-ID: <201010042231.39605.rjw@sisk.pl> References: <20101004113638.a7f8517b.sfr@canb.auug.org.au> <4CA99185.3020900@in.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4CA99185.3020900@in.ibm.com> Sender: linux-next-owner@vger.kernel.org List-Archive: List-Post: To: Sachin Sant Cc: linux-s390@vger.kernel.org, "linux-next@vger.kernel.org" , Heiko Carstens List-ID: On Monday, October 04, 2010, Sachin Sant wrote: > Today's next fails to build on a s390x box with > > kernel/power/process.c: In function try_to_freeze_tasks: > kernel/power/process.c:82: error: implicit declaration of function pm_check_wakeup_events > > The code in question was added via following commit > > commit a87bcded7c384857f4f83f38d666c9bf5c7c9727 > PM: Allow wakeup events to abort freezing of tasks > > CONFIG_PM_SLEEP is not enabled in the config. Thanks for the report, should be fixed now. Rafael