commit | ce29af2a505627cc8f1deddb84bcbaf186b0bfd5 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Wed Jul 25 14:53:42 2018 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Aug 06 14:32:22 2018 -0500 |
tree | fff3845fb36b4476c977fea890d2c4e3fecaa623 | |
parent | 2b2654b8922a46aeabc9bf13e0361a96110317e7 [diff] |
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>