mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
netprio_cgroup: make local table static
Minor sparse warning Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9eaee8beee
commit
763eff57de
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ static struct cftype ss_files[] = {
|
|||
{ } /* terminate */
|
||||
};
|
||||
|
||||
struct cgroup_subsys net_prio_subsys = {
|
||||
static struct cgroup_subsys net_prio_subsys = {
|
||||
.name = "net_prio",
|
||||
.css_alloc = cgrp_css_alloc,
|
||||
.css_online = cgrp_css_online,
|
||||
|
|
Loading…
Reference in a new issue