diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-04-01 03:28:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-01 03:28:49 -0400 |
commit | 6c57990696a16ae43ea9fddb131b2784292068ba (patch) | |
tree | 801dec47ea8197b6dc3e96d72db6879b49b16cb5 /net/caif/cfcnfg.c | |
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>
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 70a733d3d3da..c873e3d4387c 100644 --- a/net/caif/cfcnfg.c +++ b/net/caif/cfcnfg.c | |||
@@ -5,6 +5,7 @@ | |||
5 | */ | 5 | */ |
6 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
7 | #include <linux/stddef.h> | 7 | #include <linux/stddef.h> |
8 | #include <linux/slab.h> | ||
8 | #include <net/caif/caif_layer.h> | 9 | #include <net/caif/caif_layer.h> |
9 | #include <net/caif/cfpkt.h> | 10 | #include <net/caif/cfpkt.h> |
10 | #include <net/caif/cfcnfg.h> | 11 | #include <net/caif/cfcnfg.h> |