diff options
author | Michal Kazior <michal.kazior@tieto.com> | 2014-11-27 13:09:36 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-12-01 10:13:06 +0300 |
commit | 5f07ea4c3a9ae3277ac3bfdbc6df5814e800ad66 (patch) | |
tree | f66f9fb8b9f5b6225af7ddcc2c9d4b77bf080788 /drivers/net/wireless/ath/ath10k/htc.c | |
parent | acfe7ecfa40dece73e3dcdc2f606a87988b1472c (diff) | |
download | linux-5f07ea4c3a9ae3277ac3bfdbc6df5814e800ad66.tar.xz |
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>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/htc.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/htc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htc.c b/drivers/net/wireless/ath/ath10k/htc.c index 676bd4ed969b..e245e34f9f1c 100644 --- a/drivers/net/wireless/ath/ath10k/htc.c +++ b/drivers/net/wireless/ath/ath10k/htc.c @@ -317,8 +317,7 @@ static int ath10k_htc_process_trailer(struct ath10k_htc *htc, } static int ath10k_htc_rx_completion_handler(struct ath10k *ar, - struct sk_buff *skb, - u8 pipe_id) + struct sk_buff *skb) { int status = 0; struct ath10k_htc *htc = &ar->htc; |