commit | 792f4b1c4e267c0d5a6f654c3f156f1b7a0ba824 | [log] [tgz] |
---|---|---|
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | Tue Feb 16 18:36:00 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 19 16:58:06 2016 -0800 |
tree | 18675f146b650eb9f08e30ab508e6cd4030bfcf7 | |
parent | e0a30008be203ded9b90b6bef668041e210fde52 [diff] |
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>