Signed-off-by: kernel test robot <lkp@xxxxxxxxx> --- mac.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index b1a89c5869a01..8025c9115e3d6 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c @@ -6861,9 +6861,9 @@ ath10k_mac_tid_bitrate_config(struct ath10k *ar, return 0; } -int ath10k_mac_set_tid_config(struct ath10k *ar, struct ieee80211_sta *sta, - struct ieee80211_vif *vif, u32 changed, - struct wmi_per_peer_per_tid_cfg_arg *arg) +static int ath10k_mac_set_tid_config(struct ath10k *ar, struct ieee80211_sta *sta, + struct ieee80211_vif *vif, u32 changed, + struct wmi_per_peer_per_tid_cfg_arg *arg) { struct ath10k_vif *arvif = (void *)vif->drv_priv; struct ath10k_sta *arsta;