aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/debug.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/debug.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h
index 815d325ab930..1b87a5dbec53 100644
--- a/drivers/net/wireless/ath/ath10k/debug.h
+++ b/drivers/net/wireless/ath/ath10k/debug.h
@@ -62,9 +62,6 @@ int ath10k_debug_create(struct ath10k *ar);
62void ath10k_debug_destroy(struct ath10k *ar); 62void ath10k_debug_destroy(struct ath10k *ar);
63int ath10k_debug_register(struct ath10k *ar); 63int ath10k_debug_register(struct ath10k *ar);
64void ath10k_debug_unregister(struct ath10k *ar); 64void ath10k_debug_unregister(struct ath10k *ar);
65void ath10k_debug_read_service_map(struct ath10k *ar,
66 const void *service_map,
67 size_t map_size);
68void ath10k_debug_fw_stats_process(struct ath10k *ar, struct sk_buff *skb); 65void ath10k_debug_fw_stats_process(struct ath10k *ar, struct sk_buff *skb);
69struct ath10k_fw_crash_data * 66struct ath10k_fw_crash_data *
70ath10k_debug_get_new_fw_crash_data(struct ath10k *ar); 67ath10k_debug_get_new_fw_crash_data(struct ath10k *ar);
@@ -109,12 +106,6 @@ static inline void ath10k_debug_unregister(struct ath10k *ar)
109{ 106{
110} 107}
111 108
112static inline void ath10k_debug_read_service_map(struct ath10k *ar,
113 const void *service_map,
114 size_t map_size)
115{
116}
117
118static inline void ath10k_debug_fw_stats_process(struct ath10k *ar, 109static inline void ath10k_debug_fw_stats_process(struct ath10k *ar,
119 struct sk_buff *skb) 110 struct sk_buff *skb)
120{ 111{