Re: [PATCH 27/29] ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are used

2020-09-10 Thread Lee Jones
On Thu, 10 Sep 2020, Kalle Valo wrote: > Lee Jones wrote: > > > Fixes the following W=1 kernel build warning(s): > > > > drivers/net/wireless/ath/ath9k/ar5008_initvals.h:627:18: warning: > > ‘ar5416Bank7’ defined but not used [-Wunused-const-variable=] > > 627 | static const u32 ar5416Bank7[

Re: [PATCH 27/29] ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are used

2020-09-10 Thread Kalle Valo
Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/net/wireless/ath/ath9k/ar5008_initvals.h:627:18: warning: > ‘ar5416Bank7’ defined but not used [-Wunused-const-variable=] > 627 | static const u32 ar5416Bank7[][2] = { > | ^~~ > drivers/net/wireless/ath/

[PATCH 27/29] ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are used

2020-09-10 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/net/wireless/ath/ath9k/ar5008_initvals.h:627:18: warning: ‘ar5416Bank7’ defined but not used [-Wunused-const-variable=] 627 | static const u32 ar5416Bank7[][2] = { | ^~~ drivers/net/wireless/ath/ath9k/ar5008_initvals.h:548:18: w