]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: revert "sched classifier: make cgroup table local"
authorCong Wang <xiyou.wangcong@gmail.com>
Thu, 2 Jan 2014 22:58:41 +0000 (14:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Jan 2014 00:02:12 +0000 (19:02 -0500)
commitc1ddf295f5183a5189196a8035546842caa2055a
treee2e6c4ead9ba8b736a9c78f2c918850f76e6befc
parentde6fb288b1246a5c4e00c0cdbfe3a838a360b3f4
net: revert "sched classifier: make cgroup table local"

This reverts commit de6fb288b1246a5c4e00c0cdbfe3a838a360b3f4.
Otherwise we got:

net/sched/cls_cgroup.c:106:29: error: static declaration of ‘net_cls_subsys’ follows non-static declaration
 static struct cgroup_subsys net_cls_subsys = {
                             ^
In file included from include/linux/cgroup.h:654:0,
                 from net/sched/cls_cgroup.c:18:
include/linux/cgroup_subsys.h:35:29: note: previous declaration of ‘net_cls_subsys’ was here
 SUBSYS(net_cls)
                             ^
make[2]: *** [net/sched/cls_cgroup.o] Error 1

Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_cgroup.c