提交 cd73ba91 编写于 作者: M Michael Buesch 提交者: Jeff Garzik

b43legacy: Fix sparse warning

Fix a sparse warning about a nonstatic function.
Signed-off-by: NMichael Buesch <mb@bu3sch.de>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 9dcb5f47
......@@ -3335,7 +3335,7 @@ static int b43legacy_start(struct ieee80211_hw *hw)
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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册