]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/sched/cpufreq_schedutil.c
Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
[linux.git] / kernel / sched / cpufreq_schedutil.c
index 5403479073b0f9fb3bc37ac4aa916196372e24db..962cf343f798f860654015b68aee5923d1ccf2bb 100644 (file)
@@ -600,13 +600,14 @@ rate_limit_us_store(struct gov_attr_set *attr_set, const char *buf, size_t count
 
 static struct governor_attr rate_limit_us = __ATTR_RW(rate_limit_us);
 
-static struct attribute *sugov_attributes[] = {
+static struct attribute *sugov_attrs[] = {
        &rate_limit_us.attr,
        NULL
 };
+ATTRIBUTE_GROUPS(sugov);
 
 static struct kobj_type sugov_tunables_ktype = {
-       .default_attrs = sugov_attributes,
+       .default_groups = sugov_groups,
        .sysfs_ops = &governor_sysfs_ops,
 };