mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 18:13:26 -04:00
staging: wilc1000: Remove unused function
Remove wilc_wlan_global_reset function since it is not used anywhere in this driver. This also silences the following sparse warning: drivers/staging/wilc1000/wilc_wlan.c:1120:6: warning: symbol 'wilc_wlan_global_reset' was not declared. Should it be static? Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e0a30008be
commit
792f4b1c4e
@@ -1117,12 +1117,6 @@ int wilc_wlan_start(struct wilc *wilc)
|
||||
return (ret < 0) ? ret : 0;
|
||||
}
|
||||
|
||||
void wilc_wlan_global_reset(struct wilc *wilc)
|
||||
{
|
||||
acquire_bus(wilc, ACQUIRE_AND_WAKEUP);
|
||||
wilc->hif_func->hif_write_reg(wilc, WILC_GLB_RESET_0, 0x0);
|
||||
release_bus(wilc, RELEASE_ONLY);
|
||||
}
|
||||
int wilc_wlan_stop(struct wilc *wilc)
|
||||
{
|
||||
u32 reg = 0;
|
||||
|
||||
Reference in New Issue
Block a user