diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-09-23 13:56:32 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-10-01 14:11:38 +0300 |
commit | 6aff90c5bab77886f99a1b6b1b1933f9b1e9b855 (patch) | |
tree | 2b32622049a63935cba5ac919098f8fe1a752e9f /drivers/net | |
parent | b8d17e7d93d2beb89e4f34c59996376b8b544792 (diff) |
ath9k: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |