]> asedeno.scripts.mit.edu Git - linux.git/commit
android: binder: Change binder_shrinker to static
authorSherry Yang <sherryy@android.com>
Fri, 6 Oct 2017 20:12:05 +0000 (16:12 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Oct 2017 13:17:44 +0000 (15:17 +0200)
commitde7bbe3d1baea2b28991a514e596f47e885f92d6
treea4d6350354782c61d5fd67b04f5aad3fb73a658a
parent6ae33b9c05dd049b96218930c104e0ce809363b6
android: binder: Change binder_shrinker to static

binder_shrinker struct is not used anywhere outside of
binder_alloc.c and should be static.

Acked-by: Arve Hjønnevåg <arve@android.com>
Signed-off-by: Sherry Yang <sherryy@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_alloc.c