ath10k: make ath10k_hw_ce_regs const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 13 Sep 2017 19:01:52 +0000 (00:31 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 25 Sep 2017 07:15:45 +0000 (10:15 +0300)
commit496cbf3ebb6b37f89a8db84b3ed021eea2205fba
treea34d7260797d41fef98dcf999123e8089e592d86
parent896cbefadf62b431cba469089cc3bd5ecfe69ed5
ath10k: make ath10k_hw_ce_regs const

Make them const as they are not modified in the file referencing
them. They are only stored in the const field 'hw_ce_reg' of an ath10k
structure. Also, make the declarations in the header const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/hw.c
drivers/net/wireless/ath/ath10k/hw.h