diff mbox series

[RFC,ath6kl] ath11k: ath11k_pdev_ctl_failsafe_check_event() can be static

Message ID 20190321185952.GA110059@lkp-hsx03 (mailing list archive)
State New, archived
Headers show
Series [RFC,ath6kl] ath11k: ath11k_pdev_ctl_failsafe_check_event() can be static | expand

Commit Message

kernel test robot March 21, 2019, 6:59 p.m. UTC
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(-)
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/wmi.c b/drivers/net/wireless/ath/ath11k/wmi.c
index 18f441e..e95ad6c 100644
--- a/drivers/net/wireless/ath/ath11k/wmi.c
+++ b/drivers/net/wireless/ath/ath11k/wmi.c
@@ -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;