Staging: android: Mark local functions in binder.c as static
authorBojan Prtvar <prtvar.b@gmail.com>
Mon, 2 Sep 2013 06:18:40 +0000 (08:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Sep 2013 14:47:39 +0000 (07:47 -0700)
commitfb07ebc3e82a98a3605112b71ea819c359549c4b
tree5c822933dd86067001a8e269d8ba2a41f87209eb
parent308fbd8ac0b0078dba29cad027e5b454aac13a6a
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 <prtvar.b@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c
This page took 0.031283 seconds and 5 git commands to generate.