aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/remove.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2018-08-15 14:58:46 -0500
committerBjorn Helgaas <bhelgaas@google.com>2018-08-15 14:58:46 -0500
commit187dacce194216c4d86c2afd0ca490a6d7fbb981 (patch)
tree297a6df9c6e4744fe8f3f0092081f5994e667da8 /drivers/pci/remove.c
parentMerge branch 'pci/aer' (diff)
parentPCI: Remove unnecessary include of <linux/pci-aspm.h> (diff)
downloadlinux-dev-187dacce194216c4d86c2afd0ca490a6d7fbb981.tar.xz
linux-dev-187dacce194216c4d86c2afd0ca490a6d7fbb981.zip
Merge branch 'pci/aspm'
- Use sysfs_match_string() to simplify ASPM sysfs parsing (Andy Shevchenko) - Remove unnecessary includes of <linux/pci-aspm.h> (Bjorn Helgaas) * pci/aspm: PCI: Remove unnecessary include of <linux/pci-aspm.h> iwlwifi: Remove unnecessary include of <linux/pci-aspm.h> ath9k: Remove unnecessary include of <linux/pci-aspm.h> igb: Remove unnecessary include of <linux/pci-aspm.h> PCI/ASPM: Convert to use sysfs_match_string() helper
Diffstat (limited to 'drivers/pci/remove.c')
-rw-r--r--drivers/pci/remove.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/remove.c b/drivers/pci/remove.c
index 5e3d0dced2b8..461e7fd2756f 100644
--- a/drivers/pci/remove.c
+++ b/drivers/pci/remove.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include <linux/pci.h>
#include <linux/module.h>
-#include <linux/pci-aspm.h>
#include "pci.h"
static void pci_free_resources(struct pci_dev *dev)