]> git.karo-electronics.de Git - linux-beck.git/commit
drivers/staging/rtl8192u/r8192U_wx.c: fix warnings issued by sparse
authorOvidiu Toader <ovi@phas.ubc.ca>
Mon, 11 Aug 2014 03:04:36 +0000 (20:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:20 +0000 (12:23 -0700)
commitc4d6b8fbea3895973eb6153c27cb2bc015a17fdd
treed832cbed0004e356a2f5f31429b2c6b998a76a0c
parentfe773165210890082ccab524b2818a4a466656dc
drivers/staging/rtl8192u/r8192U_wx.c: fix warnings issued by sparse

This minor patch motivated by eudyptula challenge fixes the following warnings issued
by `sparse' in drivers/staging/rtl8192u/r8192U_wx.c:
 .../r8192U_wx.c:27:5: warning: symbol 'rtl8180_rates' was not declared. Should it be static?
 .../r8192U_wx.c:961:22: warning: symbol 'r8192_get_wireless_stats' was not declared. Should it be static?
 .../r8192U_wx.c:990:24: warning: symbol 'r8192_wx_handlers_def' was not declared. Should it be static?

Signed-off-by: Ovidiu Toader <ovi@phas.ubc.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_wx.c