aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2013-08-02 10:56:01 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2013-09-01 09:38:18 +0300
commita18b5ed8d2da1ccf572c5728b2de78bc86aef1c7 (patch)
treedf778d788000b91a2016192227773e932fe1deaa /drivers/net/wireless/ath/ath10k/pci.h
parentath10k: rename ce_ring_state to ath10k_ce_ring (diff)
downloadlinux-dev-a18b5ed8d2da1ccf572c5728b2de78bc86aef1c7.tar.xz
linux-dev-a18b5ed8d2da1ccf572c5728b2de78bc86aef1c7.zip
ath10k: remove un ar_pci->cacheline_sz field
cacheline_sz is not used anywhere and can be removed. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h
index 2e64931186c1..50f3e7b4f27f 100644
--- a/drivers/net/wireless/ath/ath10k/pci.h
+++ b/drivers/net/wireless/ath/ath10k/pci.h
@@ -190,7 +190,6 @@ struct ath10k_pci {
struct device *dev;
struct ath10k *ar;
void __iomem *mem;
- int cacheline_sz;
DECLARE_BITMAP(features, ATH10K_PCI_FEATURE_COUNT);