Commit d50370c9 authored by Kalle Valo's avatar Kalle Valo

ath11k: htc: remove unused struct ath11k_htc_ops

No need for it so remove. Compile tested only.
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1607708150-21066-5-git-send-email-kvalo@codeaurora.org
parent f6fa37a4
...@@ -221,10 +221,6 @@ enum ath11k_htc_ep_id { ...@@ -221,10 +221,6 @@ enum ath11k_htc_ep_id {
ATH11K_HTC_EP_COUNT, ATH11K_HTC_EP_COUNT,
}; };
struct ath11k_htc_ops {
void (*target_send_suspend_complete)(struct ath11k_base *ar);
};
struct ath11k_htc_ep_ops { struct ath11k_htc_ep_ops {
void (*ep_tx_complete)(struct ath11k_base *, struct sk_buff *); void (*ep_tx_complete)(struct ath11k_base *, struct sk_buff *);
void (*ep_rx_complete)(struct ath11k_base *, struct sk_buff *); void (*ep_rx_complete)(struct ath11k_base *, struct sk_buff *);
...@@ -284,8 +280,6 @@ struct ath11k_htc { ...@@ -284,8 +280,6 @@ struct ath11k_htc {
/* protects endpoints */ /* protects endpoints */
spinlock_t tx_lock; spinlock_t tx_lock;
struct ath11k_htc_ops htc_ops;
u8 control_resp_buffer[ATH11K_HTC_MAX_CTRL_MSG_LEN]; u8 control_resp_buffer[ATH11K_HTC_MAX_CTRL_MSG_LEN];
int control_resp_len; int control_resp_len;
......
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