Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8da552f2 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by David Woodhouse
Browse files

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

parent 01de69c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@
#include <linux/freezer.h>
#include <linux/freezer.h>
#include <linux/sysfs.h>
#include <linux/sysfs.h>
#include <linux/bitops.h>
#include <linux/bitops.h>
#include <linux/slab.h>
#include <linux/mtd/nand_ecc.h>
#include <linux/mtd/nand_ecc.h>
#include "nand/sm_common.h"
#include "nand/sm_common.h"
#include "sm_ftl.h"
#include "sm_ftl.h"