]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ath9k: Remove unnecessary include of <linux/pci-aspm.h>
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 25 Jul 2018 19:53:40 +0000 (14:53 -0500)
committerBjorn 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

index 645f0fbd91795f147a59b3970344a60381f434b0..92b2dd396436adb8db52ff74dd9c966f7262c590 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <linux/nl80211.h>
 #include <linux/pci.h>
-#include <linux/pci-aspm.h>
 #include <linux/module.h>
 #include "ath9k.h"