|
@@ -985,7 +985,7 @@ binder_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|
|
-struct shrinker binder_shrinker = {
|
|
|
|
|
|
+static struct shrinker binder_shrinker = {
|
|
.count_objects = binder_shrink_count,
|
|
.count_objects = binder_shrink_count,
|
|
.scan_objects = binder_shrink_scan,
|
|
.scan_objects = binder_shrink_scan,
|
|
.seeks = DEFAULT_SEEKS,
|
|
.seeks = DEFAULT_SEEKS,
|