summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
diff options
context:
space:
mode:
authorTejun Heo2010-03-29 19:52:39 +0200
committerDavid Woodhouse2010-05-19 18:21:52 +0200
commit05d71b4625bdadd7c7ae80455e7038e221c76e4d (patch)
treea73fd7eb6fe1d0ed456ae202ac0d1192f38c067e /drivers/mtd/mtdcore.c
parentjffs2: Stop triggering block erases from jffs2_write_super() (diff)
downloadkernel-qcow2-linux-05d71b4625bdadd7c7ae80455e7038e221c76e4d.tar.gz
kernel-qcow2-linux-05d71b4625bdadd7c7ae80455e7038e221c76e4d.tar.xz
kernel-qcow2-linux-05d71b4625bdadd7c7ae80455e7038e221c76e4d.zip
mtd: update gfp/slab.h includes
Implicit slab.h inclusion via percpu.h is about to go away. Make sure gfp.h or slab.h is included as necessary. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/mtdcore.c')
-rw-r--r--drivers/mtd/mtdcore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c
index 3ae06c8935b5..a1b8b70d2d0a 100644
--- a/drivers/mtd/mtdcore.c
+++ b/drivers/mtd/mtdcore.c
@@ -21,6 +21,7 @@
#include <linux/proc_fs.h>
#include <linux/idr.h>
#include <linux/backing-dev.h>
+#include <linux/gfp.h>
#include <linux/mtd/mtd.h>