diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-07-25 15:53:41 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-08-06 15:32:21 -0400 |
commit | 2b2654b8922a46aeabc9bf13e0361a96110317e7 (patch) | |
tree | 6aab4f46183d47c6ae54962f492b413c880217ab | |
parent | a78613c08267107e3ffaa40290a269be79386fce (diff) |
iwlwifi: Remove unnecessary include of <linux/pci-aspm.h>
This part of the iwlwifi driver doesn't need anything provided by
pci-aspm.h, so remove the unnecessary include of it.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Sinan Kaya <okaya@kernel.org>
Acked-by: Luca Coelho <luciano.coelho@intel.com>
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c index 38234bda9017..d6c55e111fda 100644 --- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c | |||
@@ -72,7 +72,6 @@ | |||
72 | #include <linux/module.h> | 72 | #include <linux/module.h> |
73 | #include <linux/pm_runtime.h> | 73 | #include <linux/pm_runtime.h> |
74 | #include <linux/pci.h> | 74 | #include <linux/pci.h> |
75 | #include <linux/pci-aspm.h> | ||
76 | #include <linux/acpi.h> | 75 | #include <linux/acpi.h> |
77 | 76 | ||
78 | #include "fw/acpi.h" | 77 | #include "fw/acpi.h" |