Commit f4608ce9 authored by Wei Yongjun's avatar Wei Yongjun Committed by Greg Kroah-Hartman

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: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 15c6784c
......@@ -3308,7 +3308,7 @@ static void binder_transaction(struct binder_proc *proc,
*
* Cleanup buffer and free it.
*/
void
static void
binder_free_buf(struct binder_proc *proc, struct binder_buffer *buffer)
{
if (buffer->transaction) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment