summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-04-12 15:56:17 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-04-12 15:56:17 +1000
commit64d75e80615bdad54728ae606beb79a018b85fb6 (patch)
tree55a5c1a1be93ecd3dce7cf071c7f6ecb746094af
parentefaadb89bfb65e10027b2e330b2edf9e4c3e36dc (diff)
Revert "netprio_cgroup: make local table static"
This reverts commit 763eff57de893a27f8f18855f17033c92598c423.
-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 7aa885001aba..0777d0aa18c3 100644
--- a/net/core/netprio_cgroup.c
+++ b/net/core/netprio_cgroup.c
@@ -247,7 +247,7 @@ static struct cftype ss_files[] = {
{ } /* terminate */
};
-static struct cgroup_subsys net_prio_subsys = {
+struct cgroup_subsys net_prio_subsys = {
.name = "net_prio",
.css_alloc = cgrp_css_alloc,
.css_online = cgrp_css_online,