]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: rtl8723bs: declare private function as static
authorKenneth Hsu <kennethhsu@gmail.com>
Sun, 23 Apr 2017 17:37:02 +0000 (10:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 10:34:14 +0000 (12:34 +0200)
commit7ecb36442d12f197310a336a0e963badd238f35e
treed6345fb50ba3391ff0cc6c4d6528863663f7c3c7
parentb58f45c8fc301fe83ee28cad3e64686c19e78f1c
staging: rtl8723bs: declare private function as static

This fixes a sparse warning regarding an undeclared symbol.  Since the
function is private to rtw_recv.c, it should be declared as static.

Signed-off-by: Kenneth Hsu <kennethhsu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_recv.c