aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/epxa10db-flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/maps/epxa10db-flash.c')
-rw-r--r--drivers/mtd/maps/epxa10db-flash.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/mtd/maps/epxa10db-flash.c b/drivers/mtd/maps/epxa10db-flash.c
index ab6dbe2b8cce..1df6188926b3 100644
--- a/drivers/mtd/maps/epxa10db-flash.c
+++ b/drivers/mtd/maps/epxa10db-flash.c
@@ -27,12 +27,15 @@
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
-#include <asm/io.h>
+#include <linux/slab.h>
+
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
+#include <asm/io.h>
#include <asm/hardware.h>
+
#ifdef CONFIG_EPXA10DB
#define BOARD_NAME "EPXA10DB"
#else