Re: linux-next: build failure after merge of the final tree (net-next tree related)
From: David Miller <davem@davemloft.net>
Date: 2011-11-23 23:47:40
Also in:
lkml, netdev
From: David Miller <davem@davemloft.net>
Date: 2011-11-23 23:47:40
Also in:
lkml, netdev
From: Andrew Morton <akpm@linux-foundation.org> Date: Wed, 23 Nov 2011 15:02:13 -0800
Needs a thorough redo. Please take a look at the other cgroup subsystem headers. The basic pattern is #ifdef CONFIG_FOO_CGROUP <definitions and declarations> #else <any needed stubs go here> #endif And that's it.
I told Neil to put the stub in net/core/dev.c since that's the one and only call site.