commit | 6c57990696a16ae43ea9fddb131b2784292068ba | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Thu Apr 01 00:28:49 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 01 00:28:49 2010 -0700 |
tree | 801dec47ea8197b6dc3e96d72db6879b49b16cb5 | |
parent | b68c92460d380c59891ba97531edbe5b01f5ea0b [diff] |
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>
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>