From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753890AbaHLAvl (ORCPT ); Mon, 11 Aug 2014 20:51:41 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:57862 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751512AbaHLAvk (ORCPT ); Mon, 11 Aug 2014 20:51:40 -0400 From: "Rafael J. Wysocki" To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Chanwoo Choi , Lee Jones Subject: Re: linux-next: build failure after merge of the pm tree Date: Tue, 12 Aug 2014 03:10:28 +0200 Message-ID: <2030987.QX9qPAsCsv@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/3.16.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20140811115726.0bcf3b66@canb.auug.org.au> References: <20140811115726.0bcf3b66@canb.auug.org.au> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, August 11, 2014 11:57:26 AM Stephen Rothwell wrote: > > --Sig_/+JDUwDarNoGtzkfUjWIyaKJ > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: quoted-printable > > Hi Rafael, > > After merging the pm tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/mfd/sec-core.c: In function 'sec_pmic_suspend': > drivers/mfd/sec-core.c:438:29: error: 'PM_SUSPEND_MEM' undeclared (first us= > e in this function) > regulator_suspend_prepare(PM_SUSPEND_MEM); > ^ > > Caused by commit bb3274b6442d ("PM / sleep: Rename symbols, functions > and variables related to sleep") interacting with commit b7cde7078d23 > ("mfd: sec-core: Prepare regulators for suspend state to reduce > power-consumption") from Linus' tree. I dropped that commit from linux-next, sorry for the breakage. Rafael