diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-04-01 00:28:49 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-01 00:28:49 -0700 |
commit | 6c57990696a16ae43ea9fddb131b2784292068ba (patch) | |
tree | 801dec47ea8197b6dc3e96d72db6879b49b16cb5 /net/caif/cfcnfg.c | |
parent | b68c92460d380c59891ba97531edbe5b01f5ea0b (diff) | |
download | linux-3.10-6c57990696a16ae43ea9fddb131b2784292068ba.tar.gz linux-3.10-6c57990696a16ae43ea9fddb131b2784292068ba.tar.bz2 linux-3.10-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/caif/cfcnfg.c b/net/caif/cfcnfg.c index 70a733d3d3d..c873e3d4387 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> |