diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-07-25 21:53:42 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-08-06 21:32:22 +0200 |
commit | ce29af2a505627cc8f1deddb84bcbaf186b0bfd5 (patch) | |
tree | fff3845fb36b4476c977fea890d2c4e3fecaa623 /drivers/pci/probe.c | |
parent | iwlwifi: Remove unnecessary include of <linux/pci-aspm.h> (diff) | |
download | linux-ce29af2a505627cc8f1deddb84bcbaf186b0bfd5.tar.xz linux-ce29af2a505627cc8f1deddb84bcbaf186b0bfd5.zip |
PCI: Remove unnecessary include of <linux/pci-aspm.h>
Several PCI core files include pci-aspm.h even though they don't need
anything provided by that file. Remove the unnecessary includes of it.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Sinan Kaya <okaya@kernel.org>
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r-- | drivers/pci/probe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index ac876e32de4b..1ed2852dee21 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -13,7 +13,6 @@ #include <linux/slab.h> #include <linux/module.h> #include <linux/cpumask.h> -#include <linux/pci-aspm.h> #include <linux/aer.h> #include <linux/acpi.h> #include <linux/hypervisor.h> |