Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77285b45 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "FROMLIST: android: binder: Change binder_shrinker to static"

parents 3ec1164c f4f45129
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -984,7 +984,7 @@ binder_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
	return ret;
}

struct shrinker binder_shrinker = {
static struct shrinker binder_shrinker = {
	.count_objects = binder_shrink_count,
	.scan_objects = binder_shrink_scan,
	.seeks = DEFAULT_SEEKS,