Skip to content

Commit 23cc6bb

Browse files
diandersKalle Valo
authored andcommitted
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: ba94c75 ("ath10k: add QMI message handshake for wcn3990 client") Signed-off-by: Douglas Anderson <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/20200528122105.1.I31937dce728b441fd72cbe23447bc4710fd56ddb@changeid
1 parent 2a9311b commit 23cc6bb

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/wireless/ath/ath10k

1 file changed

+0
-1
lines changed

drivers/net/wireless/ath/ath10k/qmi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ int ath10k_qmi_wlan_enable(struct ath10k *ar,
115115
enum wlfw_driver_mode_enum_v01 mode,
116116
const char *version);
117117
int ath10k_qmi_wlan_disable(struct ath10k *ar);
118-
int ath10k_qmi_register_service_notifier(struct notifier_block *nb);
119118
int ath10k_qmi_init(struct ath10k *ar, u32 msa_size);
120119
int ath10k_qmi_deinit(struct ath10k *ar);
121120
int ath10k_qmi_set_fw_log_mode(struct ath10k *ar, u8 fw_log_mode);

0 commit comments

Comments
 (0)