summaryrefslogtreecommitdiffstats
path: root/net/caif
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-04-01 00:28:49 -0700
committerDavid S. Miller <davem@davemloft.net>2010-04-01 00:28:49 -0700
commit6c57990696a16ae43ea9fddb131b2784292068ba (patch)
tree801dec47ea8197b6dc3e96d72db6879b49b16cb5 /net/caif
parentb68c92460d380c59891ba97531edbe5b01f5ea0b (diff)
downloadop-kernel-dev-6c57990696a16ae43ea9fddb131b2784292068ba.zip
op-kernel-dev-6c57990696a16ae43ea9fddb131b2784292068ba.tar.gz
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')
-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 70a733d..c873e3d 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>
OpenPOWER on IntegriCloud