]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging: rtl8187se: r8180_core.c: mark symbols as static
authorAnmol Sarma <me@anmolsarma.in>
Thu, 9 Jan 2014 19:44:42 +0000 (01:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Jan 2014 20:37:58 +0000 (12:37 -0800)
commit9ca4830feb7c1c7c58e1cebfc7ca5d970657387a
treecece4c3f5352beb4894833a01d835a939ee34654
parent4c45b1a80ee9c85aee13445b85fd55541ec26d27
Staging: rtl8187se: r8180_core.c: mark symbols as static

Fix sparse warnings for undeclared symbols not marked static like:
390:6: warning: symbol 'buffer_free' was not declared. Should it be static?
1031:5: warning: symbol 'ComputeTxTime' was not declared. Should it be static?

Signed-off-by: Anmol Sarma <me@anmolsarma.in>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180_core.c