Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of slab.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Stephen Rothwell and committed by
David Woodhouse
8da552f2 01de69c2

+1
+1
drivers/mtd/sm_ftl.c
··· 15 15 #include <linux/freezer.h> 16 16 #include <linux/sysfs.h> 17 17 #include <linux/bitops.h> 18 + #include <linux/slab.h> 18 19 #include <linux/mtd/nand_ecc.h> 19 20 #include "nand/sm_common.h" 20 21 #include "sm_ftl.h"