All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ath9k: remove unused including <linux/version.h>
@ 2019-09-23 13:56 ` YueHaibing
  0 siblings, 0 replies; 6+ messages in thread
From: YueHaibing @ 2019-09-23 13:56 UTC (permalink / raw)
  To: ath9k-devel, kvalo, afaerber, manivannan.sadhasivam
  Cc: linux-wireless, kernel-janitors, YueHaibing, linux-arm-kernel,
	netdev

Remove including <linux/version.h> that don't need it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c b/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c
index 159490f5a111..956fa7828d0c 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c
+++ b/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c
@@ -12,7 +12,6 @@
  * initialize the chip when the user-space is ready to extract the init code.
  */
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/completion.h>
 #include <linux/etherdevice.h>
 #include <linux/firmware.h>

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-01 11:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23 13:56 [PATCH] ath9k: remove unused including <linux/version.h> YueHaibing
2019-09-23 13:56 ` YueHaibing
2019-09-23 13:56 ` YueHaibing
2019-10-01 11:12 ` Kalle Valo
2019-10-01 11:12 ` Kalle Valo
2019-10-01 11:12   ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.