[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190923135632.145051-1-yuehaibing@huawei.com>
Date: Mon, 23 Sep 2019 13:56:32 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: <ath9k-devel@....qualcomm.com>, <kvalo@...eaurora.org>,
<afaerber@...e.de>, <manivannan.sadhasivam@...aro.org>
CC: YueHaibing <yuehaibing@...wei.com>,
<linux-wireless@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <netdev@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>
Subject: [PATCH] ath9k: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing <yuehaibing@...wei.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>
Powered by blists - more mailing lists