ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completion
This wasn't used since forever and there are no plans on using it. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:

zatwierdzone przez
Kalle Valo

rodzic
acfe7ecfa4
commit
5f07ea4c3a
@@ -35,8 +35,7 @@ struct ath10k_hif_cb {
|
||||
struct sk_buff *wbuf,
|
||||
unsigned transfer_id);
|
||||
int (*rx_completion)(struct ath10k *ar,
|
||||
struct sk_buff *wbuf,
|
||||
u8 pipe_id);
|
||||
struct sk_buff *wbuf);
|
||||
};
|
||||
|
||||
struct ath10k_hif_ops {
|
||||
|
Reference in New Issue
Block a user