projects
/
platform
/
kernel
/
linux-3.10.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
|
history
diff --git
a/net/caif/cfcnfg.c
b/net/caif/cfcnfg.c
index
70a733d
..
c873e3d
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>