Commit e1920d6a authored by Lee Jones's avatar Lee Jones Committed by Kalle Valo

brcmsmac: phytbl_n: Remove a few unused arrays

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

 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_n.c:9218:18: warning: ‘papd_cal_scalars_tbl_core1_rev3’ defined but not used [-Wunused-const-variable=]
 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_n.c:9151:18: warning: ‘papd_comp_epsilon_tbl_core1_rev3’ defined but not used [-Wunused-const-variable=]
 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_n.c:9084:18: warning: ‘papd_cal_scalars_tbl_core0_rev3’ defined but not used [-Wunused-const-variable=]
 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phytbl_n.c:9017:18: warning: ‘papd_comp_epsilon_tbl_core0_rev3’ defined but not used [-Wunused-const-variable=]

Cc: Arend van Spriel <arend.vanspriel@broadcom.com>
Cc: Franky Lin <franky.lin@broadcom.com>
Cc: Hante Meuleman <hante.meuleman@broadcom.com>
Cc: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
Cc: Wright Feng <wright.feng@cypress.com>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: linux-wireless@vger.kernel.org
Cc: brcm80211-dev-list.pdl@broadcom.com
Cc: brcm80211-dev-list@cypress.com
Cc: netdev@vger.kernel.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200826093401.1458456-31-lee.jones@linaro.org
parent ebcfc66f
......@@ -9014,274 +9014,6 @@ static const u16 papd_comp_rfpwr_tbl_core1_rev3[] = {
0x01d6,
};
static const u32 papd_comp_epsilon_tbl_core0_rev3[] = {
0x00000000,
0x00001fa0,
0x00019f78,
0x0001df7e,
0x03fa9f86,
0x03fd1f90,
0x03fe5f8a,
0x03fb1f94,
0x03fd9fa0,
0x00009f98,
0x03fd1fac,
0x03ff9fa2,
0x03fe9fae,
0x00001fae,
0x03fddfb4,
0x03ff1fb8,
0x03ff9fbc,
0x03ffdfbe,
0x03fe9fc2,
0x03fedfc6,
0x03fedfc6,
0x03ff9fc8,
0x03ff5fc6,
0x03fedfc2,
0x03ff9fc0,
0x03ff5fac,
0x03ff5fac,
0x03ff9fa2,
0x03ff9fa6,
0x03ff9faa,
0x03ff5fb0,
0x03ff5fb4,
0x03ff1fca,
0x03ff5fce,
0x03fcdfdc,
0x03fb4006,
0x00000030,
0x03ff808a,
0x03ff80da,
0x0000016c,
0x03ff8318,
0x03ff063a,
0x03fd8bd6,
0x00014ffe,
0x00034ffe,
0x00034ffe,
0x0003cffe,
0x00040ffe,
0x00040ffe,
0x0003cffe,
0x0003cffe,
0x00020ffe,
0x03fe0ffe,
0x03fdcffe,
0x03f94ffe,
0x03f54ffe,
0x03f44ffe,
0x03ef8ffe,
0x03ee0ffe,
0x03ebcffe,
0x03e8cffe,
0x03e74ffe,
0x03e4cffe,
0x03e38ffe,
};
static const u32 papd_cal_scalars_tbl_core0_rev3[] = {
0x05af005a,
0x0571005e,
0x05040066,
0x04bd006c,
0x047d0072,
0x04430078,
0x03f70081,
0x03cb0087,
0x03870091,
0x035e0098,
0x032e00a1,
0x030300aa,
0x02d800b4,
0x02ae00bf,
0x028900ca,
0x026400d6,
0x024100e3,
0x022200f0,
0x020200ff,
0x01e5010e,
0x01ca011e,
0x01b0012f,
0x01990140,
0x01830153,
0x016c0168,
0x0158017d,
0x01450193,
0x013301ab,
0x012101c5,
0x011101e0,
0x010201fc,
0x00f4021a,
0x00e6011d,
0x00d9012e,
0x00cd0140,
0x00c20153,
0x00b70167,
0x00ac017c,
0x00a30193,
0x009a01ab,
0x009101c4,
0x008901df,
0x008101fb,
0x007a0219,
0x00730239,
0x006d025b,
0x0067027e,
0x006102a4,
0x005c02cc,
0x005602f6,
0x00520323,
0x004d0353,
0x00490385,
0x004503bb,
0x004103f3,
0x003d042f,
0x003a046f,
0x003704b2,
0x003404f9,
0x00310545,
0x002e0596,
0x002b05f5,
0x00290640,
0x002606a4,
};
static const u32 papd_comp_epsilon_tbl_core1_rev3[] = {
0x00000000,
0x00001fa0,
0x00019f78,
0x0001df7e,
0x03fa9f86,
0x03fd1f90,
0x03fe5f8a,
0x03fb1f94,
0x03fd9fa0,
0x00009f98,
0x03fd1fac,
0x03ff9fa2,
0x03fe9fae,
0x00001fae,
0x03fddfb4,
0x03ff1fb8,
0x03ff9fbc,
0x03ffdfbe,
0x03fe9fc2,
0x03fedfc6,
0x03fedfc6,
0x03ff9fc8,
0x03ff5fc6,
0x03fedfc2,
0x03ff9fc0,
0x03ff5fac,
0x03ff5fac,
0x03ff9fa2,
0x03ff9fa6,
0x03ff9faa,
0x03ff5fb0,
0x03ff5fb4,
0x03ff1fca,
0x03ff5fce,
0x03fcdfdc,
0x03fb4006,
0x00000030,
0x03ff808a,
0x03ff80da,
0x0000016c,
0x03ff8318,
0x03ff063a,
0x03fd8bd6,
0x00014ffe,
0x00034ffe,
0x00034ffe,
0x0003cffe,
0x00040ffe,
0x00040ffe,
0x0003cffe,
0x0003cffe,
0x00020ffe,
0x03fe0ffe,
0x03fdcffe,
0x03f94ffe,
0x03f54ffe,
0x03f44ffe,
0x03ef8ffe,
0x03ee0ffe,
0x03ebcffe,
0x03e8cffe,
0x03e74ffe,
0x03e4cffe,
0x03e38ffe,
};
static const u32 papd_cal_scalars_tbl_core1_rev3[] = {
0x05af005a,
0x0571005e,
0x05040066,
0x04bd006c,
0x047d0072,
0x04430078,
0x03f70081,
0x03cb0087,
0x03870091,
0x035e0098,
0x032e00a1,
0x030300aa,
0x02d800b4,
0x02ae00bf,
0x028900ca,
0x026400d6,
0x024100e3,
0x022200f0,
0x020200ff,
0x01e5010e,
0x01ca011e,
0x01b0012f,
0x01990140,
0x01830153,
0x016c0168,
0x0158017d,
0x01450193,
0x013301ab,
0x012101c5,
0x011101e0,
0x010201fc,
0x00f4021a,
0x00e6011d,
0x00d9012e,
0x00cd0140,
0x00c20153,
0x00b70167,
0x00ac017c,
0x00a30193,
0x009a01ab,
0x009101c4,
0x008901df,
0x008101fb,
0x007a0219,
0x00730239,
0x006d025b,
0x0067027e,
0x006102a4,
0x005c02cc,
0x005602f6,
0x00520323,
0x004d0353,
0x00490385,
0x004503bb,
0x004103f3,
0x003d042f,
0x003a046f,
0x003704b2,
0x003404f9,
0x00310545,
0x002e0596,
0x002b05f5,
0x00290640,
0x002606a4,
};
const struct phytbl_info mimophytbl_info_rev3_volatile[] = {
{&ant_swctrl_tbl_rev3, ARRAY_SIZE(ant_swctrl_tbl_rev3), 9, 0, 16},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment