summaryrefslogtreecommitdiffstats
path: root/net/caif/cfcnfg.c
diff options
context:
space:
mode:
authorStephen Rothwell2010-04-01 09:28:49 +0200
committerDavid S. Miller2010-04-01 09:28:49 +0200
commit6c57990696a16ae43ea9fddb131b2784292068ba (patch)
tree801dec47ea8197b6dc3e96d72db6879b49b16cb5 /net/caif/cfcnfg.c
parentsctp: eliminate useless code (diff)
downloadkernel-qcow2-linux-6c57990696a16ae43ea9fddb131b2784292068ba.tar.gz
kernel-qcow2-linux-6c57990696a16ae43ea9fddb131b2784292068ba.tar.xz
kernel-qcow2-linux-6c57990696a16ae43ea9fddb131b2784292068ba.zip
net-caif: using kmalloc/kfree requires the include of slab.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/caif/cfcnfg.c')
-rw-r--r--net/caif/cfcnfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/caif/cfcnfg.c b/net/caif/cfcnfg.c
index 70a733d3d3da..c873e3d4387c 100644
--- 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>