From: Stephen Rothwell Date: Mon, 29 Mar 2010 05:53:13 +0000 (+1100) Subject: mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of slab.h X-Git-Tag: v3.12-rc1~10270^2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8da552f26107f55186346cff280ec9d53cc42add;p=kernel%2Fkernel-generic.git mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of slab.h Signed-off-by: Stephen Rothwell Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/sm_ftl.c b/drivers/mtd/sm_ftl.c index a9b4e34..4c21589 100644 --- a/drivers/mtd/sm_ftl.c +++ b/drivers/mtd/sm_ftl.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include "nand/sm_common.h" #include "sm_ftl.h"