diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2011-07-28 16:59:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-02 19:09:47 -0400 |
commit | 7b4785f45db2c124a6cbd73114e7e078a9251e0a (patch) | |
tree | b0a68fdc46c6e954c9c45a9474477866e736e46c /drivers | |
parent | dd010235fd714571df587d0f14c70eebc6823973 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/solo6x10/p2m.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/solo6x10/p2m.c b/drivers/staging/solo6x10/p2m.c index 5717eabb04a4..56210f0fc5ec 100644 --- a/drivers/staging/solo6x10/p2m.c +++ b/drivers/staging/solo6x10/p2m.c | |||
@@ -18,6 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <linux/kernel.h> | 20 | #include <linux/kernel.h> |
21 | #include <linux/slab.h> | ||
21 | #include <linux/scatterlist.h> | 22 | #include <linux/scatterlist.h> |
22 | #include "solo6x10.h" | 23 | #include "solo6x10.h" |
23 | 24 | ||