Commit 05795726 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

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: default avatarAndrew Murray <Andrew.Murray@arm.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent c85bcadc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,4 +82,4 @@ endchoice

config PCIE_PME
	def_bool y
	depends on PCIEPORTBUS && PM_RUNTIME && ACPI
	depends on PCIEPORTBUS && PM_RUNTIME
+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@
#include <linux/interrupt.h>
#include <linux/device.h>
#include <linux/pcieport_if.h>
#include <linux/acpi.h>
#include <linux/pci-acpi.h>
#include <linux/pm_runtime.h>

#include "../pci.h"