mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-29 05:55:02 +08:00
rtl8xxxu: Fix non static symbol warning
Fixes the following sparse warning: drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192e.c:1559:6: warning: symbol 'rtl8192eu_power_off' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
b4c3d9cfb6
commit
13e1349aff
@ -1556,7 +1556,7 @@ exit:
|
||||
return ret;
|
||||
}
|
||||
|
||||
void rtl8192eu_power_off(struct rtl8xxxu_priv *priv)
|
||||
static void rtl8192eu_power_off(struct rtl8xxxu_priv *priv)
|
||||
{
|
||||
u8 val8;
|
||||
u16 val16;
|
||||
|
Loading…
Reference in New Issue
Block a user