aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netprio_cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/netprio_cgroup.c')
-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 2f385b9bccc0..cbd0a199bf52 100644
--- a/net/core/netprio_cgroup.c
+++ b/net/core/netprio_cgroup.c
@@ -249,7 +249,7 @@ struct cgroup_subsys net_prio_cgrp_subsys = {
249 .css_online = cgrp_css_online, 249 .css_online = cgrp_css_online,
250 .css_free = cgrp_css_free, 250 .css_free = cgrp_css_free,
251 .attach = net_prio_attach, 251 .attach = net_prio_attach,
252 .base_cftypes = ss_files, 252 .legacy_cftypes = ss_files,
253}; 253};
254 254
255static int netprio_device_event(struct notifier_block *unused, 255static int netprio_device_event(struct notifier_block *unused,