net-caif: using kmalloc/kfree requires the include of slab.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 1 Apr 2010 07:28:49 +0000 (00:28 -0700)
committerDavid 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

index 70a733d3d3daa1f13e1959e5d4c97e2fc303ab40..c873e3d4387c2bc8460984e89b67d8d9f29753ca 100644 (file)
@@ -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>