diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-07-25 22:53:42 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-08-06 22:32:22 +0300 |
commit | ce29af2a505627cc8f1deddb84bcbaf186b0bfd5 (patch) | |
tree | fff3845fb36b4476c977fea890d2c4e3fecaa623 /drivers/pci/pci-sysfs.c | |
parent | 2b2654b8922a46aeabc9bf13e0361a96110317e7 (diff) | |
download | linux-ce29af2a505627cc8f1deddb84bcbaf186b0bfd5.tar.xz |
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/pci-sysfs.c')
-rw-r--r-- | drivers/pci/pci-sysfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pci-sysfs.c b/drivers/pci/pci-sysfs.c index 0c4653c1d2ce..91337faae60d 100644 --- a/drivers/pci/pci-sysfs.c +++ b/drivers/pci/pci-sysfs.c @@ -23,7 +23,6 @@ #include <linux/fs.h> #include <linux/capability.h> #include <linux/security.h> -#include <linux/pci-aspm.h> #include <linux/slab.h> #include <linux/vgaarb.h> #include <linux/pm_runtime.h> |