Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 763eff57 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

netprio_cgroup: make local table static



Minor sparse warning

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9eaee8be
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -247,7 +247,7 @@ static struct cftype ss_files[] = {
	{ }	/* terminate */
	{ }	/* terminate */
};
};


struct cgroup_subsys net_prio_subsys = {
static struct cgroup_subsys net_prio_subsys = {
	.name		= "net_prio",
	.name		= "net_prio",
	.css_alloc	= cgrp_css_alloc,
	.css_alloc	= cgrp_css_alloc,
	.css_online	= cgrp_css_online,
	.css_online	= cgrp_css_online,