From: Bojan Prtvar Date: Mon, 2 Sep 2013 06:18:40 +0000 (+0200) Subject: Staging: android: Mark local functions in binder.c as static X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~790 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb07ebc3e82a98a3605112b71ea819c359549c4b;p=pandora-kernel.git 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-diff-tree failed