ath11k: debugfs: move some function declarations to correct header files
authorKalle Valo <kvalo@codeaurora.org>
Wed, 16 Sep 2020 13:55:23 +0000 (16:55 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 22 Sep 2020 07:41:49 +0000 (10:41 +0300)
commit568f06036ee23a003542227975f69a75ac172ba2
tree7a2f3348de59c1fd44f8c00ab617a2c4d428cbf5
parent56292162b9a29171d2dd2c4d533fe0e9bf8f2a34
ath11k: debugfs: move some function declarations to correct header files

Some of the function declarations are for functions in debugfs_htt_stats.c and
debugfs_sta.c, move them to corresponding header files. As debugfs_sta.h didn't
exist create it.

Also in debugfs_htt_stats.h move dunction declarations to the end of the file.

No functional changes. Compile tested only.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1600264523-12939-4-git-send-email-kvalo@codeaurora.org
drivers/net/wireless/ath/ath11k/debugfs.h
drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c
drivers/net/wireless/ath/ath11k/debugfs_htt_stats.h
drivers/net/wireless/ath/ath11k/debugfs_sta.c
drivers/net/wireless/ath/ath11k/debugfs_sta.h [new file with mode: 0644]
drivers/net/wireless/ath/ath11k/dp_rx.c
drivers/net/wireless/ath/ath11k/dp_tx.c
drivers/net/wireless/ath/ath11k/mac.c