From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hydra.sisk.pl ([212.160.235.94]:56916 "EHLO hydra.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753576Ab3DLLFd (ORCPT ); Fri, 12 Apr 2013 07:05:33 -0400 From: "Rafael J. Wysocki" To: Bjorn Helgaas Cc: Andrew Murray , linux-pci@vger.kernel.org, "thierry.reding@avionic-design.de" , "thomas.petazzoni@free-electrons.com" , "jbarnes@virtuousgeek.org" , linux-acpi@vger.kernel.org Subject: Re: [PATCH] pci: Remove unnecessary dependency between PME and ACPI. Date: Fri, 12 Apr 2013 13:13:20 +0200 Message-ID: <2781744.X672n7t2jq@vostro.rjw.lan> In-Reply-To: <20130411234426.GA10196@google.com> References: <20130221155329.GA26729@arm.com> <20130411234426.GA10196@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-pci-owner@vger.kernel.org List-ID: On Thursday, April 11, 2013 05:44:26 PM Bjorn Helgaas wrote: > On Thu, Feb 21, 2013 at 03:53:29PM +0000, Andrew Murray wrote: > > Signed-off-by: Andrew Murray > > Signed-off-by: Liviu Dudau > > --- > > 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 6c8bc58..4cccd8c 100644 > > --- a/drivers/pci/pcie/Kconfig > > +++ b/drivers/pci/pcie/Kconfig > > @@ -82,4 +82,4 @@ endchoice > > > > config PCIE_PME > > def_bool y > > - depends on PCIEPORTBUS && PM_RUNTIME && EXPERIMENTAL && ACPI > > + depends on PCIEPORTBUS && PM_RUNTIME && EXPERIMENTAL > > I think we can go even further and remove the ACPI-related #includes > as in the patch below. Any objections to this? > > > commit 8bde83b5f5519b630e7630fb735f76c184c74289 > Author: Bjorn Helgaas > Date: Thu Apr 11 17:36:50 2013 -0600 > > PCI: Remove unnecessary dependencies between PME and ACPI > > PCIe PME doesn't depend on ACPI, so remove the #includes and > Kconfig dependency. > > Based-on-patch-by: Andrew Murray > Signed-off-by: Bjorn Helgaas Acked-by: Rafael J. Wysocki > diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig > index fde4a32..569f82f 100644 > --- a/drivers/pci/pcie/Kconfig > +++ b/drivers/pci/pcie/Kconfig > @@ -82,4 +82,4 @@ endchoice > > config PCIE_PME > def_bool y > - depends on PCIEPORTBUS && PM_RUNTIME && ACPI > + depends on PCIEPORTBUS && PM_RUNTIME > diff --git a/drivers/pci/pcie/pme.c b/drivers/pci/pcie/pme.c > index 9ca0dc9..795db1f 100644 > --- a/drivers/pci/pcie/pme.c > +++ b/drivers/pci/pcie/pme.c > @@ -19,8 +19,6 @@ > #include > #include > #include > -#include > -#include > #include > > #include "../pci.h" > -- > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.