aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/remove.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/remove.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/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 6f072eae4f7a..01ec7fcb5634 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)