From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Barnes Subject: Re: linux-next: pci tree build failure Date: Wed, 27 Jan 2010 09:31:13 -0800 Message-ID: <20100127093113.70203e4d@jbarnes-piketon> References: <20100127174900.e2f8fcf9.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from outbound-mail-158.bluehost.com ([67.222.39.38]:42992 "HELO outbound-mail-158.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755285Ab0A0Rbc (ORCPT ); Wed, 27 Jan 2010 12:31:32 -0500 In-Reply-To: <20100127174900.e2f8fcf9.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On Wed, 27 Jan 2010 17:49:00 +1100 Stephen Rothwell wrote: > Hi Jesse, > > Today's linux-next build (powerpc allyesconfig) failed like this: > > In file included from drivers/pci/pcie/pme/pcie_pme.c:22: > include/linux/pci-acpi.h:42: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'acpi_find_root_bridge_handle' > > You seem to have lost the patch below which I have reapplied for today. > > From: Stephen Rothwell > Date: Mon, 18 Jan 2010 19:36:11 +1100 > Subject: [PATCH] pci: PCIE_PME seems to depend on ACPI > > Signed-off-by: Stephen Rothwell > --- > drivers/pci/pcie/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig > index cf3c35f..b8b494b 100644 > --- a/drivers/pci/pcie/Kconfig > +++ b/drivers/pci/pcie/Kconfig > @@ -49,4 +49,4 @@ config PCIEASPM_DEBUG > > config PCIE_PME > def_bool y > - depends on PCIEPORTBUS && PM_RUNTIME && EXPERIMENTAL > + depends on PCIEPORTBUS && PM_RUNTIME && EXPERIMENTAL && ACPI Sorry about that. Sometimes I point git in the wrong direction and it takes of a limb or two. Should be fixed now. -- Jesse Barnes, Intel Open Source Technology Center