projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b68c924
)
net-caif: using kmalloc/kfree requires the include of slab.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Thu, 1 Apr 2010 07:28:49 +0000
(
00:28
-0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 1 Apr 2010 07:28:49 +0000
(
00:28
-0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/caif/cfcnfg.c
patch
|
blob
|
blame
|
history
diff --git
a/net/caif/cfcnfg.c
b/net/caif/cfcnfg.c
index 70a733d3d3daa1f13e1959e5d4c97e2fc303ab40..c873e3d4387c2bc8460984e89b67d8d9f29753ca 100644
(file)
--- a/
net/caif/cfcnfg.c
+++ b/
net/caif/cfcnfg.c
@@
-5,6
+5,7
@@
*/
#include <linux/kernel.h>
#include <linux/stddef.h>
+#include <linux/slab.h>
#include <net/caif/caif_layer.h>
#include <net/caif/cfpkt.h>
#include <net/caif/cfcnfg.h>