diff options
-rw-r--r-- | net/core/netprio_cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c index 79285a36035f..847c02b197b0 100644 --- a/net/core/netprio_cgroup.c +++ b/net/core/netprio_cgroup.c | |||
@@ -248,7 +248,7 @@ static int update_netprio(const void *v, struct file *file, unsigned n) | |||
248 | return 0; | 248 | return 0; |
249 | } | 249 | } |
250 | 250 | ||
251 | void net_prio_attach(struct cgroup *cgrp, struct cgroup_taskset *tset) | 251 | static void net_prio_attach(struct cgroup *cgrp, struct cgroup_taskset *tset) |
252 | { | 252 | { |
253 | struct task_struct *p; | 253 | struct task_struct *p; |
254 | void *v; | 254 | void *v; |