diff options
author | Kalle Valo <kvalo@codeaurora.org> | 2021-01-11 19:49:31 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2021-01-18 18:17:09 +0200 |
commit | 4c239f012f7b38012767100453ac8c2cc45cbc92 (patch) | |
tree | bdd999cf721c7dc312df21b3dbebe8589ffd6823 /drivers/net/wireless/ath/ath10k/core.h | |
parent | cf8480d338a1b9156121e5e035e6b9721db4332a (diff) | |
download | lwn-4c239f012f7b38012767100453ac8c2cc45cbc92.tar.gz lwn-4c239f012f7b38012767100453ac8c2cc45cbc92.zip |
ath10k: remove unused struct ath10k::dev_type
It's unused so let's get rid of it. Compile tested only, no functional changes.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1608574994-30706-1-git-send-email-kvalo@codeaurora.org
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/core.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h index f4be6bfb2539..cd206b16d68f 100644 --- a/drivers/net/wireless/ath/ath10k/core.h +++ b/drivers/net/wireless/ath/ath10k/core.h @@ -1019,7 +1019,6 @@ struct ath10k { enum ath10k_hw_rev hw_rev; u16 dev_id; u32 chip_id; - enum ath10k_dev_type dev_type; u32 target_version; u8 fw_version_major; u32 fw_version_minor; |