summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.c
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.c
parentd21fb959d140484beb755854e7bae2f2b3cd44cb (diff)
downloadop-kernel-dev-a18b5ed8d2da1ccf572c5728b2de78bc86aef1c7.zip
op-kernel-dev-a18b5ed8d2da1ccf572c5728b2de78bc86aef1c7.tar.gz
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.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c
index ee095bd..551fe8c 100644
--- a/drivers/net/wireless/ath/ath10k/pci.c
+++ b/drivers/net/wireless/ath/ath10k/pci.c
@@ -2394,8 +2394,6 @@ static int ath10k_pci_probe(struct pci_dev *pdev,
spin_lock_init(&ar_pci->ce_lock);
- ar_pci->cacheline_sz = dma_get_cache_alignment();
-
ret = ath10k_core_register(ar);
if (ret) {
ath10k_err("could not register driver core (%d)\n", ret);
OpenPOWER on IntegriCloud