diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index c5e11007504b..527b489a4dc2 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -4467,6 +4467,7 @@ int cgroup_rm_cftypes(struct cftype *cfts) cgroup_unlock(); return 0; } +EXPORT_SYMBOL_GPL(cgroup_rm_cftypes); /** * cgroup_add_cftypes - add an array of cftypes to a subsystem