Skip to content

Commit

Permalink
net-caif: using kmalloc/kfree requires the include of slab.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Apr 1, 2010
1 parent b68c924 commit 6c57990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/caif/cfcnfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6c57990

Please sign in to comment.