Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29ae05cb authored by Neeti Desai's avatar Neeti Desai Committed by David Ng
Browse files

Revert "Staging: android: Mark local functions in binder.c as static"



This reverts commit 7d8e42b6.

Change-Id: Ifc5e853011d9c1d0acf0e33272e73b38906b1932
Signed-off-by: default avatarNeeti Desai <neetid@codeaurora.org>
Signed-off-by: default avatarAjay Dudani <adudani@codeaurora.org>
parent 065d6ae5
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1721,8 +1721,7 @@ err_no_context_mgr_node:
		thread->return_error = return_error;
}

static int binder_thread_write(struct binder_proc *proc,
			struct binder_thread *thread,
int binder_thread_write(struct binder_proc *proc, struct binder_thread *thread,
			void __user *buffer, size_t size, size_t *consumed)
{
	uint32_t cmd;
@@ -2084,8 +2083,8 @@ static int binder_thread_write(struct binder_proc *proc,
	return 0;
}

static void binder_stat_br(struct binder_proc *proc,
			   struct binder_thread *thread, uint32_t cmd)
void binder_stat_br(struct binder_proc *proc, struct binder_thread *thread,
		    uint32_t cmd)
{
	trace_binder_return(cmd);
	if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.br)) {