]> asedeno.scripts.mit.edu Git - linux.git/commit
binder: make symbol 'binder_free_buf' static
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 25 Sep 2018 14:30:36 +0000 (14:30 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2018 22:53:53 +0000 (15:53 -0700)
commitf4608ce917d6f50824f4c609d52a3c8900c59164
tree1063d60eac2d57cb9c6b070f71ae98318d1c4858
parent15c6784c7cee3b653f127b41340210284dea66f6
binder: make symbol 'binder_free_buf' static

Fixes the following sparse warning:

drivers/android/binder.c:3312:1: warning:
 symbol 'binder_free_buf' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c