]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
brcmsmac: phytbl_lcn: Remove unused array 'dot11lcn_gain_tbl_rev1'
authorLee Jones <lee.jones@linaro.org>
Thu, 10 Sep 2020 06:54:30 +0000 (07:54 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 16 Sep 2020 05:57:44 +0000 (08:57 +0300)
commitf75738a09f5918b3cbfed844ff501cc1d2cc0c01
tree9b2327bc156be9f728b9d479d9007fe6727d80d8
parentac4c323cbb916b335c5b78dc1614526cafaa88bf
brcmsmac: phytbl_lcn: Remove unused array 'dot11lcn_gain_tbl_rev1'

Fixes the following W=1 kernel build warning(s):

 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_lcn.c:108:18: warning: unused variable 'dot11lcn_gain_tbl_rev1' [-Wunused-const-variable]
 static const u32 dot11lcn_gain_tbl_rev1[] = {

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200910065431.657636-29-lee.jones@linaro.org
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_lcn.c