diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-07-25 21:53:40 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-08-06 21:32:21 +0200 |
commit | a78613c08267107e3ffaa40290a269be79386fce (patch) | |
tree | e8a1b8aad43c1451f7bf1b0540cc2b8a22adbe5a /drivers/net | |
parent | igb: Remove unnecessary include of <linux/pci-aspm.h> (diff) | |
download | linux-a78613c08267107e3ffaa40290a269be79386fce.tar.xz linux-a78613c08267107e3ffaa40290a269be79386fce.zip |
ath9k: Remove unnecessary include of <linux/pci-aspm.h>
The ath9k 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: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/pci.c b/drivers/net/wireless/ath/ath9k/pci.c index 645f0fbd9179..92b2dd396436 100644 --- a/drivers/net/wireless/ath/ath9k/pci.c +++ b/drivers/net/wireless/ath/ath9k/pci.c @@ -18,7 +18,6 @@ #include <linux/nl80211.h> #include <linux/pci.h> -#include <linux/pci-aspm.h> #include <linux/module.h> #include "ath9k.h" |