From: Bjorn Helgaas Date: Wed, 25 Jul 2018 19:53:40 +0000 (-0500) Subject: ath9k: Remove unnecessary include of X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a78613c08267107e3ffaa40290a269be79386fce;p=linux.git ath9k: Remove unnecessary include of The ath9k driver doesn't need anything provided by pci-aspm.h, so remove the unnecessary include of it. Signed-off-by: Bjorn Helgaas Reviewed-by: Sinan Kaya Acked-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath9k/pci.c b/drivers/net/wireless/ath/ath9k/pci.c index 645f0fbd91795..92b2dd396436a 100644 --- a/drivers/net/wireless/ath/ath9k/pci.c +++ b/drivers/net/wireless/ath/ath9k/pci.c @@ -18,7 +18,6 @@ #include #include -#include #include #include "ath9k.h"