]> git.baikalelectronics.ru Git - kernel.git/commit
brcmsmac: make function wlc_phy_workarounds_nphy_rev1 static
authorColin Ian King <colin.king@canonical.com>
Sat, 23 Jun 2018 22:15:31 +0000 (23:15 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 27 Jun 2018 15:57:23 +0000 (18:57 +0300)
commitcd7aea581e7d62436922c89b2a9b09dd652ec8ec
treed227d4e90e344873f05f5411371147f552b499c0
parentdf68c2c61918d33c189cd720c3cc38eea784c5e3
brcmsmac: make function wlc_phy_workarounds_nphy_rev1 static

The function wlc_phy_workarounds_nphy_rev1 is local to the source and
does not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'wlc_phy_workarounds_nphy_rev1' was not declared. Should it
be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c