aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2018-07-25 14:53:42 -0500
committerBjorn Helgaas <bhelgaas@google.com>2018-08-06 14:32:22 -0500
commitce29af2a505627cc8f1deddb84bcbaf186b0bfd5 (patch)
treefff3845fb36b4476c977fea890d2c4e3fecaa623 /drivers/pci/pci-sysfs.c
parentiwlwifi: Remove unnecessary include of <linux/pci-aspm.h> (diff)
downloadlinux-dev-ce29af2a505627cc8f1deddb84bcbaf186b0bfd5.tar.xz
linux-dev-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/pci-sysfs.c')
-rw-r--r--drivers/pci/pci-sysfs.c1
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>