wcn36xx: Mark internal smd functions static
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Mon, 21 Sep 2020 13:21:21 +0000 (16:21 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 22 Sep 2020 07:40:00 +0000 (10:40 +0300)
commit7f885b0bdf6f7642a69c7efd20223015494dbbe4
tree45e1b3f668edd47bcc587c5af270fe1bd42c55bc
parentb421d04e4978f58c7a2ba91b6452c2785b7e1aef
wcn36xx: Mark internal smd functions static

This commit marks all smd.c functions that are only used inside of smd.c as
static. Previous commits added some VHT specific setup functions non-static
which is the right thing to do in terms of having granular git commits that
compile warning free. What we really want is for local not global scope on
those functions.

This patch makes the conversion from global to local scope.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200910150845.2179320-2-bryan.odonoghue@linaro.org
drivers/net/wireless/ath/wcn36xx/smd.c