[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1537885836-18996-1-git-send-email-weiyongjun1@huawei.com>
Date: Tue, 25 Sep 2018 14:30:36 +0000
From: Wei Yongjun <weiyongjun1@...wei.com>
To: <gregkh@...uxfoundation.org>, <arve@...roid.com>,
<tkjos@...roid.com>, <maco@...roid.com>
CC: Wei Yongjun <weiyongjun1@...wei.com>, <devel@...verdev.osuosl.org>,
<linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>
Subject: [PATCH -next] ANDROID: 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@...wei.com>
---
drivers/android/binder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index 1b54bb5..cb30a52 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -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) {
Powered by blists - more mailing lists