brcmsmac: phy_lcn: Remove unused variable 'lcnphy_rx_iqcomp_table_rev0'
authorLee Jones <lee.jones@linaro.org>
Thu, 10 Sep 2020 06:54:31 +0000 (07:54 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 16 Sep 2020 05:57:45 +0000 (08:57 +0300)
commite3433882168be9f6b108edb6c96366ff9880bc16
tree1223eace66c59632c44c129996b14bb6d32350db
parentf75738a09f5918b3cbfed844ff501cc1d2cc0c01
brcmsmac: phy_lcn: Remove unused variable 'lcnphy_rx_iqcomp_table_rev0'

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

 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c:361:25: warning: unused variable 'lcnphy_rx_iqcomp_table_rev0' [-Wunused-const-variable]
 struct lcnphy_rx_iqcomp lcnphy_rx_iqcomp_table_rev0[] = {
                         ^
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-30-lee.jones@linaro.org
Link: https://lore.kernel.org/r/20200910140505.1168317-1-yanaijie@huawei.com
Link: https://lore.kernel.org/r/20200910035600.21736-1-yuehaibing@huawei.com
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c