From: stephen hemminger Date: Wed, 10 Apr 2013 10:56:05 +0000 (+0000) Subject: netprio_cgroup: make local table static X-Git-Tag: v3.10-rc1~120^2~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=763eff57de893a27f8f18855f17033c92598c423;p=thirdparty%2Fkernel%2Flinux.git netprio_cgroup: make local table static Minor sparse warning Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c index 0777d0aa18c38..7aa885001aba1 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,