aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/mtd-onenand-omap2.h
diff options
context:
space:
mode:
authorAfzal Mohammed <afzal@ti.com>2012-09-29 10:32:42 +0530
committerAfzal Mohammed <afzal@ti.com>2012-10-15 14:42:03 +0530
commitb6ab13e7d6d2778702baea7433d0bd9f234d5083 (patch)
treeaef0daa2d085015b64f7069c116f972d94e72e76 /include/linux/platform_data/mtd-onenand-omap2.h
parentmtd: onenand: omap: use pdata info instead of cpu_is (diff)
downloadlinux-dev-b6ab13e7d6d2778702baea7433d0bd9f234d5083.tar.xz
linux-dev-b6ab13e7d6d2778702baea7433d0bd9f234d5083.zip
ARM: OMAP2+: onenand: header cleanup
For common arm zImage existing onenand header file in platform specific location was moved to generic platform data location, but it contained more than platform data, remove it. New local header has been created for exposing functions. Signed-off-by: Afzal Mohammed <afzal@ti.com>
Diffstat (limited to '')
-rw-r--r--include/linux/platform_data/mtd-onenand-omap2.h19
1 files changed, 3 insertions, 16 deletions
diff --git a/include/linux/platform_data/mtd-onenand-omap2.h b/include/linux/platform_data/mtd-onenand-omap2.h
index ef9c60d4b29b..685af7e8b120 100644
--- a/include/linux/platform_data/mtd-onenand-omap2.h
+++ b/include/linux/platform_data/mtd-onenand-omap2.h
@@ -9,6 +9,9 @@
* published by the Free Software Foundation.
*/
+#ifndef __MTD_ONENAND_OMAP2_H
+#define __MTD_ONENAND_OMAP2_H
+
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
@@ -27,20 +30,4 @@ struct omap_onenand_platform_data {
u8 regulator_can_sleep;
u8 skip_initial_unlocking;
};
-
-#define ONENAND_MAX_PARTITIONS 8
-
-#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
- defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
-
-extern void gpmc_onenand_init(struct omap_onenand_platform_data *d);
-
-#else
-
-#define board_onenand_data NULL
-
-static inline void gpmc_onenand_init(struct omap_onenand_platform_data *d)
-{
-}
-
#endif