From fb07ebc3e82a98a3605112b71ea819c359549c4b Mon Sep 17 00:00:00 2001 From: Bojan Prtvar Date: Mon, 2 Sep 2013 08:18:40 +0200 Subject: [PATCH] Staging: android: Mark local functions in binder.c as static This fixes the following sparse warnings drivers/staging/android/binder.c:1703:5: warning: symbol 'binder_thread_write' was not declared. Should it be static? drivers/staging/android/binder.c:2058:6: warning: symbol 'binder_stat_br' was not declared. Should it be static? Signed-off-by: Bojan Prtvar Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed