summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-02-22 12:58:00 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 01:32:17 -0700
commit533e0a01bdb4f75b325729ad96c77eab9ec4b7c1 (patch)
treeaf34e323b7471a4ec781fd4e1264e98ecaa01058 /drivers/mtd/devices
parentacfe345a322abdae4bad4a7933952c36c2318964 (diff)
fixup tegra_nand.h io.h removal
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r--drivers/mtd/devices/tegra_nand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/tegra_nand.h b/drivers/mtd/devices/tegra_nand.h
index 339d6cc7330c..022589a24739 100644
--- a/drivers/mtd/devices/tegra_nand.h
+++ b/drivers/mtd/devices/tegra_nand.h
@@ -19,7 +19,7 @@
#ifndef __MTD_DEV_TEGRA_NAND_H
#define __MTD_DEV_TEGRA_NAND_H
-#include <mach/io.h>
+#include <mach/iomap.h>
#define __BITMASK0(len) ((1 << (len)) - 1)
#define __BITMASK(start, len) (__BITMASK0(len) << (start))