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-Url: https://git.stricted.de/?a=commitdiff_plain;h=8da552f26107f55186346cff280ec9d53cc42add;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 a9b4e344c55c..4c215896fbcc 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"