Files
Qi Zheng e23d251c6f binder: fix binder alloc shrinker exit error
../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.
2024-05-29 10:23:53 +00:00
..