]> asedeno.scripts.mit.edu Git - linux.git/commit
Staging: rtl8192 Clean up function definition
authorEddie Kovsky <ewk@edkovsky.org>
Thu, 26 Mar 2015 04:16:11 +0000 (22:16 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 12:13:13 +0000 (13:13 +0100)
commit73454eaf2032c64f1d863ac7e91304e4bf903bfb
tree86fae0a478c4a2148a2b6b4877e38e9aff16a73f
parentd9e048cdd260a1e7f9f2e25cb2bad46521812d99
Staging: rtl8192 Clean up function definition

Change function definition to match its prototype declaration. This
fixes the following warning generated by sparse:

drivers/staging/rtl8192u/r8192U_core.c:1970:6: warning: symbol
'rtl8192_update_ratr_table' was not declared. Should it be static?

Signed-off-by: Eddie Kovsky <ewk@edkovsky.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c