]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "netprio_cgroup: make local table static"
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 07:06:44 +0000 (03:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 07:06:44 +0000 (03:06 -0400)
commit48a0e07ec5ff956b95eb806bba97b789b15a37a7
treeb38034a1a290d7d4fe328c4ceedfe5278e4effcf
parent3851f011f934e187197d9c8ddf46f88ee803a6d1
Revert "netprio_cgroup: make local table static"

This reverts commit 519f153fee9e352c88adfe41e4007bdbed9bf719.

It causes build regressions, as per Stephen Rothwell:

====================
After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

net/core/netprio_cgroup.c:250:29: error: static declaration of 'net_prio_subsys' follows non-static declaration
include/linux/cgroup_subsys.h:71:1: note: previous declaration of 'net_prio_subsys' was here
====================

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netprio_cgroup.c