wifi: ath10k: Remove the unused function ath10k_ce_shadow_src_ring_write_index_set()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Tue, 10 Jan 2023 13:30:58 +0000 (15:30 +0200)
committerKalle Valo <quic_kvalo@quicinc.com>
Tue, 17 Jan 2023 11:57:50 +0000 (13:57 +0200)
commit179340dd4b39932a16f7db59998942494046b5a1
tree486427d80e95ecc3075291adb70845ec99fe56fd
parente5e94d10c85653609a2893c8d0ef24a27471b68f
wifi: ath10k: Remove the unused function ath10k_ce_shadow_src_ring_write_index_set()

The function ath10k_ce_shadow_src_ring_write_index_set is defined in the
ce.c file, but not called elsewhere, so remove this unused function.

drivers/net/wireless/ath/ath10k/ce.c:212:1: warning: unused function 'ath10k_ce_shadow_dest_ring_write_index_set'.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3519
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20221219132041.91418-1-jiapeng.chong@linux.alibaba.com
drivers/net/wireless/ath/ath10k/ce.c