diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/debug.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/debug.h | 9 |
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); | |||
62 | void ath10k_debug_destroy(struct ath10k *ar); | 62 | void ath10k_debug_destroy(struct ath10k *ar); |
63 | int ath10k_debug_register(struct ath10k *ar); | 63 | int ath10k_debug_register(struct ath10k *ar); |
64 | void ath10k_debug_unregister(struct ath10k *ar); | 64 | void ath10k_debug_unregister(struct ath10k *ar); |
65 | void ath10k_debug_read_service_map(struct ath10k *ar, | ||
66 | const void *service_map, | ||
67 | size_t map_size); | ||
68 | void ath10k_debug_fw_stats_process(struct ath10k *ar, struct sk_buff *skb); | 65 | void ath10k_debug_fw_stats_process(struct ath10k *ar, struct sk_buff *skb); |
69 | struct ath10k_fw_crash_data * | 66 | struct ath10k_fw_crash_data * |
70 | ath10k_debug_get_new_fw_crash_data(struct ath10k *ar); | 67 | ath10k_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 | ||
112 | static inline void ath10k_debug_read_service_map(struct ath10k *ar, | ||
113 | const void *service_map, | ||
114 | size_t map_size) | ||
115 | { | ||
116 | } | ||
117 | |||
118 | static inline void ath10k_debug_fw_stats_process(struct ath10k *ar, | 109 | static inline void ath10k_debug_fw_stats_process(struct ath10k *ar, |
119 | struct sk_buff *skb) | 110 | struct sk_buff *skb) |
120 | { | 111 | { |