aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/core/netprio_cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c
index 7aa885001aba..0777d0aa18c3 100644
--- a/net/core/netprio_cgroup.c
+++ b/net/core/netprio_cgroup.c
@@ -247,7 +247,7 @@ static struct cftype ss_files[] = {
247 { } /* terminate */ 247 { } /* terminate */
248}; 248};
249 249
250static struct cgroup_subsys net_prio_subsys = { 250struct cgroup_subsys net_prio_subsys = {
251 .name = "net_prio", 251 .name = "net_prio",
252 .css_alloc = cgrp_css_alloc, 252 .css_alloc = cgrp_css_alloc,
253 .css_online = cgrp_css_online, 253 .css_online = cgrp_css_online,