Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1490076
| From | Baoyou Xie <baoyou.xie@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] Staging: ks7010: remove unused function in ks_wlan_net.c |
| Date | 2016-09-23 15:30 +0200 |
| Message-ID | <skyIa-4aO-27@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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>
---
drivers/staging/ks7010/ks_wlan_net.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/staging/ks7010/ks_wlan_net.c b/drivers/staging/ks7010/ks_wlan_net.c
index ee9c8f3..f1cd90e 100644
--- a/drivers/staging/ks7010/ks_wlan_net.c
+++ b/drivers/staging/ks7010/ks_wlan_net.c
@@ -3516,8 +3516,3 @@ int ks_wlan_net_stop(struct net_device *dev)
return ret;
}
-
-int ks_wlan_reset(struct net_device *dev)
-{
- return 0;
-}
--
2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 2/2] Staging: ks7010: remove unused function in ks_wlan_net.c Baoyou Xie <baoyou.xie@linaro.org> - 2016-09-23 15:30 +0200
csiph-web