dect
/
linux-2.6
Archived
13
0
Fork 0

drivers/staging/solo6x10/p2m.c needs slab.h

alpha allmodconfig:

drivers/staging/solo6x10/p2m.c:52: error: implicit declaration of function 'kzalloc'

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Andrew Morton 2011-07-28 13:59:37 -07:00 committed by Greg Kroah-Hartman
parent dd010235fd
commit 7b4785f45d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/scatterlist.h>
#include "solo6x10.h"