diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index af7dfdf9efc9..10541aea5447 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -4408,6 +4408,7 @@ int cgroup_rm_cftypes(struct cftype *cfts) cgroup_unlock(); return ret; } +EXPORT_SYMBOL_GPL(cgroup_rm_cftypes); /** * cgroup_add_cftypes - add an array of cftypes to a subsystem