ANDROID: freezer: export the freezer_cgrp_subsys for GKI purpose.

Exporting the symbol freezer_cgrp_subsys, in that vendor module can
add can_attach & cancel_attach member function. It is vendor-specific
tuning.

Bug: 182496370

Signed-off-by: Zhuguangqing <zhuguangqing@xiaomi.com>
Change-Id: I153682b9d1015eed3f048b45ea6495ebb8f3c261
This commit is contained in:
Zhuguangqing 2021-03-10 14:38:02 +08:00 committed by Todd Kjos
parent 3b196be83e
commit ee3f4d2821

View File

@ -479,3 +479,4 @@ struct cgroup_subsys freezer_cgrp_subsys = {
.fork = freezer_fork,
.legacy_cftypes = files,
};
EXPORT_SYMBOL_GPL(freezer_cgrp_subsys);