Skip to content

Commit

Permalink
mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of …
Browse files Browse the repository at this point in the history
…slab.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Stephen Rothwell authored and David Woodhouse committed Mar 29, 2010
1 parent 01de69c commit 8da552f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/sm_ftl.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/freezer.h>
#include <linux/sysfs.h>
#include <linux/bitops.h>
#include <linux/slab.h>
#include <linux/mtd/nand_ecc.h>
#include "nand/sm_common.h"
#include "sm_ftl.h"
Expand Down

0 comments on commit 8da552f

Please sign in to comment.