diff options
author | Kalle Valo <kvalo@codeaurora.org> | 2019-11-15 09:21:11 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-11-25 13:50:36 +0200 |
commit | 2246c215659060b214c9cc7fcd4abec95874ae5a (patch) | |
tree | b6da8646b67ad9d8ff0a86af268eb615f9d3cc1d /drivers/net/wireless/ath/ath10k/sdio.h | |
parent | efd2f4c5016bd24f33357487adcf873359116e9a (diff) |
ath10k: sdio: remove struct ath10k_sdio_rx_data::status
It seems to be unused.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/sdio.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/sdio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/sdio.h b/drivers/net/wireless/ath/ath10k/sdio.h index 9acaf0229cf2..33195f49acab 100644 --- a/drivers/net/wireless/ath/ath10k/sdio.h +++ b/drivers/net/wireless/ath/ath10k/sdio.h @@ -126,7 +126,6 @@ struct ath10k_sdio_rx_data { bool part_of_bundle; bool last_in_bundle; bool trailer_only; - int status; }; struct ath10k_sdio_irq_proc_regs { |