ARM: omap: move platform_data definitions
[deliverable/linux.git] / arch / arm / mach-omap2 / gpmc-onenand.c
index 71d7c07dd35006e9847970c70b5fddbc3a0b1a0e..916716e1da3bf6644799d7969a3d9924b1ed94e9 100644 (file)
 #include <linux/platform_device.h>
 #include <linux/mtd/onenand_regs.h>
 #include <linux/io.h>
+#include <linux/platform_data/mtd-onenand-omap2.h>
 
 #include <asm/mach/flash.h>
 
-#include <plat/cpu.h>
-#include <plat/onenand.h>
-#include <plat/board.h>
 #include <plat/gpmc.h>
 
+#include "soc.h"
+
 #define        ONENAND_IO_SIZE SZ_128K
 
 static struct omap_onenand_platform_data *gpmc_onenand_data;
This page took 0.025171 seconds and 5 git commands to generate.