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/remove.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/remove.c')
-rw-r--r-- | drivers/pci/remove.c | 1 |
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) |