cbus: fix comilation breakage
authorAlexander Shishkin <ash@koowaldah.org>
Wed, 21 Apr 2010 14:26:07 +0000 (14:26 +0000)
committerTony Lindgren <tony@atomide.com>
Tue, 28 Sep 2010 19:02:00 +0000 (12:02 -0700)
Just tried to build n8x0_defconfig on the current master and
got cbus failing to compile due to implicit kzalloc() (and
others from slab.h) references. I'm not sure that including
slab.h directly is the right thing to do here, though.

Signed-off-by: Alexander Shishkin <ash@koowaldah.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found