summaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 18711f326260..4380ca030574 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -3836,7 +3836,7 @@ static int cgroup_pidlist_show(struct seq_file *s, void *v)
* seq_operations functions for iterating on pidlists through seq_file -
* independent of whether it's tasks or procs
*/
-static const struct seq_operations cgroup_pidlist_seq_operations = {
+static const struct seq_operations cgroup_pidlist_seq_operations __maybe_unused = {
.start = cgroup_pidlist_start,
.stop = cgroup_pidlist_stop,
.next = cgroup_pidlist_next,