aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2020-05-28 12:21:09 -0700
committerKalle Valo <kvalo@codeaurora.org>2020-05-30 17:18:29 +0300
commit23cc6bb5a2e6a9220c075824c8f68a91a633b547 (patch)
treec340ed230417707df8f8700aaaa5ff062d811a69
parentath9k_htc: Set RX filter based to allow broadcast Action frame RX (diff)
downloadwireguard-linux-23cc6bb5a2e6a9220c075824c8f68a91a633b547.tar.xz
wireguard-linux-23cc6bb5a2e6a9220c075824c8f68a91a633b547.zip
ath10k: Remove ath10k_qmi_register_service_notifier() declaration
The ath10k/qmi.h header file contains a declaration for the function ath10k_qmi_register_service_notifier(). This function doesn't exist. Remove the declaration. This patch is a no-op and was just found by code inspection. Fixes: ba94c753ccb4 ("ath10k: add QMI message handshake for wcn3990 client") Signed-off-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200528122105.1.I31937dce728b441fd72cbe23447bc4710fd56ddb@changeid
-rw-r--r--drivers/net/wireless/ath/ath10k/qmi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/qmi.h b/drivers/net/wireless/ath/ath10k/qmi.h
index 16190511318d..89464239fe96 100644
--- a/drivers/net/wireless/ath/ath10k/qmi.h
+++ b/drivers/net/wireless/ath/ath10k/qmi.h
@@ -115,7 +115,6 @@ int ath10k_qmi_wlan_enable(struct ath10k *ar,
enum wlfw_driver_mode_enum_v01 mode,
const char *version);
int ath10k_qmi_wlan_disable(struct ath10k *ar);
-int ath10k_qmi_register_service_notifier(struct notifier_block *nb);
int ath10k_qmi_init(struct ath10k *ar, u32 msa_size);
int ath10k_qmi_deinit(struct ath10k *ar);
int ath10k_qmi_set_fw_log_mode(struct ath10k *ar, u8 fw_log_mode);