aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2014-03-28 09:32:46 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2014-03-28 14:22:30 +0200
commitb39712ce2944d7728cbd6a374fc9981522ced14a (patch)
tree042a60db78c1bf2325d1972fe4a562297fe649ca /drivers/net/wireless/ath/ath10k/pci.h
parentath10k: advertise only firmware API 2 files (diff)
downloadlinux-dev-b39712ce2944d7728cbd6a374fc9981522ced14a.tar.xz
linux-dev-b39712ce2944d7728cbd6a374fc9981522ced14a.zip
ath10k: delete ar_pci->fw_indicator_address
It always contains the same constant, no need to have a separate variable for it. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/pci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h
index b43fdb4f7319..dfdebb4157aa 100644
--- a/drivers/net/wireless/ath/ath10k/pci.h
+++ b/drivers/net/wireless/ath/ath10k/pci.h
@@ -189,9 +189,6 @@ struct ath10k_pci {
struct ath10k_hif_cb msg_callbacks_current;
- /* Target address used to signal a pending firmware event */
- u32 fw_indicator_address;
-
/* Copy Engine used for Diagnostic Accesses */
struct ath10k_ce_pipe *ce_diag;