projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ddcf7
)
ath9k: Remove unnecessary include of <linux/pci-aspm.h>
author
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 25 Jul 2018 19:53:40 +0000
(14:53 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Mon, 6 Aug 2018 19:32:21 +0000
(14:32 -0500)
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>
drivers/net/wireless/ath/ath9k/pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/pci.c
b/drivers/net/wireless/ath/ath9k/pci.c
index
645f0fb
..
92b2dd3
100644
(file)
--- 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"