Commit 58d92abc authored by Vasanthakumar Thiagarajan's avatar Vasanthakumar Thiagarajan Committed by Kalle Valo

ath6kl: Remove unused struct ath6kl_async_reg_io_buffer

Signed-off-by: default avatarVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent fcb82058
...@@ -63,15 +63,6 @@ struct ath6kl_irq_enable_reg { ...@@ -63,15 +63,6 @@ struct ath6kl_irq_enable_reg {
u8 cntr_int_status_en; u8 cntr_int_status_en;
} __packed; } __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 { struct ath6kl_device {
spinlock_t lock; spinlock_t lock;
u8 pad1[A_CACHE_LINE_PAD]; u8 pad1[A_CACHE_LINE_PAD];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment