Skip to content

Commit

Permalink
ath6kl: Remove unused struct ath6kl_async_reg_io_buffer
Browse files Browse the repository at this point in the history
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
  • Loading branch information
Vasanthakumar Thiagarajan authored and Kalle Valo committed Aug 9, 2011
1 parent fcb8205 commit 58d92ab
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/net/wireless/ath/ath6kl/htc_hif.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 58d92ab

Please sign in to comment.