Message ID | 20180828145327.GA104938@lkp-ib04.lkp.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RFC] ath10k: ath10k_htc_pktlog_svc_supported() can be static | expand |
diff --git a/drivers/net/wireless/ath/ath10k/htc.c b/drivers/net/wireless/ath/ath10k/htc.c index 1727823..4e70ff2 100644 --- a/drivers/net/wireless/ath/ath10k/htc.c +++ b/drivers/net/wireless/ath/ath10k/htc.c @@ -872,7 +872,7 @@ static int ath10k_htc_pktlog_connect(struct ath10k *ar) return 0; } -bool ath10k_htc_pktlog_svc_supported(struct ath10k *ar) +static bool ath10k_htc_pktlog_svc_supported(struct ath10k *ar) { u8 ul_pipe_id; u8 dl_pipe_id;
Fixes: c4ce46304e1f ("ath10k: Enable pktlog for WCN3990 target") Signed-off-by: kbuild test robot <fengguang.wu@intel.com> --- htc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)