summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan2011-07-18 10:53:32 +0200
committerKalle Valo2011-08-09 18:45:21 +0200
commit58d92abc740c2662bb1381d6f543e1bc7dd38719 (patch)
tree8517eea3149cf5c1fd00ef2abc40afd1cafe8750
parentath6kl: Move chk_irq_status_cnt from ath6kl_device to htc_target (diff)
downloadkernel-qcow2-linux-58d92abc740c2662bb1381d6f543e1bc7dd38719.tar.gz
kernel-qcow2-linux-58d92abc740c2662bb1381d6f543e1bc7dd38719.tar.xz
kernel-qcow2-linux-58d92abc740c2662bb1381d6f543e1bc7dd38719.zip
ath6kl: Remove unused struct ath6kl_async_reg_io_buffer
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
-rw-r--r--drivers/net/wireless/ath/ath6kl/htc_hif.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/htc_hif.h b/drivers/net/wireless/ath/ath6kl/htc_hif.h
index 498701f25ae5..171ad63d89b0 100644
--- a/drivers/net/wireless/ath/ath6kl/htc_hif.h
+++ b/drivers/net/wireless/ath/ath6kl/htc_hif.h
@@ -63,15 +63,6 @@ struct ath6kl_irq_enable_reg {
u8 cntr_int_status_en;
} __packed;
-/* buffers for ASYNC I/O */
-struct ath6kl_async_reg_io_buffer {
- struct htc_packet packet;
- u8 pad1[A_CACHE_LINE_PAD];
- /* cache-line safe with pads around */
- u8 buf[ATH6KL_REG_IO_BUFFER_SIZE];
- u8 pad2[A_CACHE_LINE_PAD];
-};
-
struct ath6kl_device {
spinlock_t lock;
u8 pad1[A_CACHE_LINE_PAD];