projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dcb5f4
)
b43legacy: Fix sparse warning
author
Michael Buesch
<mb@bu3sch.de>
Wed, 7 Nov 2007 20:21:55 +0000
(21:21 +0100)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 10 Nov 2007 09:25:13 +0000
(
04:25
-0500)
Fix a sparse warning about a nonstatic function.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43legacy/main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/b43legacy/main.c
b/drivers/net/wireless/b43legacy/main.c
index 1ebb787ef9cfd61f16f05772d8234a6424488431..3bde1e9ab4282e00b34353da4185923a4d0fdacc 100644
(file)
--- a/
drivers/net/wireless/b43legacy/main.c
+++ b/
drivers/net/wireless/b43legacy/main.c
@@
-3335,7
+3335,7
@@
out_mutex_unlock:
return err;
}
-void b43legacy_stop(struct ieee80211_hw *hw)
+
static
void b43legacy_stop(struct ieee80211_hw *hw)
{
struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
struct b43legacy_wldev *dev = wl->current_dev;