]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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

index 1b54bb57a9fb3c355dc5da700b7275b630a959cc..cb30a524d16d8a9846caceba2a7aa2c9aba6e4ae 100644 (file)
@@ -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) {