aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2013-04-10 10:56:05 +0000
committerDavid S. Miller <davem@davemloft.net>2013-04-10 23:23:43 -0400
commit763eff57de893a27f8f18855f17033c92598c423 (patch)
tree3036ccfc9e3b52e5a5e6c01cdc9fd9ae5bc8b31d /net/core
parentxen-netback: fix sparse warning (diff)
downloadlinux-dev-763eff57de893a27f8f18855f17033c92598c423.tar.xz
linux-dev-763eff57de893a27f8f18855f17033c92598c423.zip
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>
Diffstat (limited to 'net/core')
-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 0777d0aa18c3..7aa885001aba 100644
--- a/net/core/netprio_cgroup.c
+++ b/net/core/netprio_cgroup.c
@@ -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,