@@ -5609,8 +5609,8 @@ void ath11k_update_stats_event(struct ath11k_base *ab, u8 *evt_buf, u32 len)
/* PDEV_CTL_FAILSAFE_CHECK_EVENT is received from FW when the frequency scanned
* is not part of BDF CTL(Conformance test limits) table entries.
*/
-void ath11k_pdev_ctl_failsafe_check_event(struct ath11k_base *ab, u8 *evt_buf,
- u32 len)
+static void ath11k_pdev_ctl_failsafe_check_event(struct ath11k_base *ab, u8 *evt_buf,
+ u32 len)
{
const void **tb;
const struct wmi_pdev_ctl_failsafe_chk_event *ev;
Fixes: 886785f92306 ("ath11k: fix acs survey") Signed-off-by: kbuild test robot <lkp@intel.com> --- wmi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)