Staging: ks7010: remove unused function in ks_wlan_net.c
authorBaoyou Xie <baoyou.xie@linaro.org>
Fri, 23 Sep 2016 13:21:33 +0000 (21:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Sep 2016 17:00:59 +0000 (19:00 +0200)
commite4e8d968a319a311908b2dd8f241442b5c529b5f
treec759011a87b9193dbd67239f3339c71a8d352505
parentaf8b19c4a8ed156904e14d97dd186f5d8858acd6
Staging: ks7010: remove unused function in ks_wlan_net.c

We get 1 warning when building kernel with W=1:
drivers/staging/ks7010/ks_wlan_net.c:3520:5: warning: no previous prototype for 'ks_wlan_reset' [-Wmissing-prototypes]

In fact, these functions are unused in
ks_wlan_net.c, but should be removed.

So this patch removes the unused function.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_wlan_net.c