projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd01023
)
drivers/staging/solo6x10/p2m.c needs slab.h
author
Andrew Morton
<akpm@linux-foundation.org>
Thu, 28 Jul 2011 20:59:37 +0000
(13:59 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 2 Aug 2011 23:09:47 +0000
(16:09 -0700)
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>
drivers/staging/solo6x10/p2m.c
patch
|
blob
|
history
diff --git
a/drivers/staging/solo6x10/p2m.c
b/drivers/staging/solo6x10/p2m.c
index 5717eabb04a45b5ee03c413ec267bac093fdfb10..56210f0fc5ec162a59b466418487b2ad4bfecce6 100644
(file)
--- a/
drivers/staging/solo6x10/p2m.c
+++ b/
drivers/staging/solo6x10/p2m.c
@@
-18,6
+18,7
@@
*/
#include <linux/kernel.h>
+#include <linux/slab.h>
#include <linux/scatterlist.h>
#include "solo6x10.h"