diff options
| author | 2018-07-25 14:53:42 -0500 | |
|---|---|---|
| committer | 2018-08-06 14:32:22 -0500 | |
| commit | ce29af2a505627cc8f1deddb84bcbaf186b0bfd5 (patch) | |
| tree | fff3845fb36b4476c977fea890d2c4e3fecaa623 /drivers/pci/pci.c | |
| parent | iwlwifi: Remove unnecessary include of <linux/pci-aspm.h> (diff) | |
| download | linux-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.c')
| -rw-r--r-- | drivers/pci/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 97acba712e4e..d92d216e4f64 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -23,7 +23,6 @@ #include <linux/string.h> #include <linux/log2.h> #include <linux/logic_pio.h> -#include <linux/pci-aspm.h> #include <linux/pm_wakeup.h> #include <linux/interrupt.h> #include <linux/device.h> |
