]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ath10k: make some functions static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 31 May 2018 02:33:14 +0000 (02:33 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 14 Jun 2018 15:10:31 +0000 (18:10 +0300)
commit6ee0e175a33deea08354bc8a91b743f0ec8c8a0a
tree463d50c4692b2e3c7b53607980b9e2a8239ba500
parent2e9bcd0d73243f5e49daf92508d64cc33c30da01
ath10k: make some functions static

Fixes the following sparse warnings:

drivers/net/wireless/ath/ath10k/snoc.c:823:5: warning:
 symbol 'ath10k_snoc_get_ce_id_from_irq' was not declared. Should it be static?
drivers/net/wireless/ath/ath10k/snoc.c:871:6: warning:
 symbol 'ath10k_snoc_init_napi' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/snoc.c