diff options
-rw-r--r-- | kernel/cgroup/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index d9773e49a1b4..d6ed725f36d9 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c | |||
@@ -3357,7 +3357,7 @@ static int __maybe_unused cgroup_extra_stat_show(struct seq_file *seq, | |||
3357 | 3357 | ||
3358 | static int cpu_stat_show(struct seq_file *seq, void *v) | 3358 | static int cpu_stat_show(struct seq_file *seq, void *v) |
3359 | { | 3359 | { |
3360 | struct cgroup *cgrp = seq_css(seq)->cgroup; | 3360 | struct cgroup __maybe_unused *cgrp = seq_css(seq)->cgroup; |
3361 | int ret = 0; | 3361 | int ret = 0; |
3362 | 3362 | ||
3363 | cgroup_stat_show_cputime(seq); | 3363 | cgroup_stat_show_cputime(seq); |