../drivers/android/binder.c:6618:2: error: implicit declaration of function 'binder_alloc_shrinker_exit' [-Werror,-Wimplicit-function-declaration]
6618 | binder_alloc_shrinker_exit();
| ^
../drivers/android/binder.c:6618:2: note: did you mean 'binder_alloc_shrinker_init'?
../drivers/android/binder_alloc.h:141:5: note: 'binder_alloc_shrinker_init' declared here
141 | int binder_alloc_shrinker_init(void);
| ^
1 error generated.