On Friday 09 July 2010 19:25:07 Sukumar Ghorai wrote:
> +++ b/arch/arm/plat-omap/include/plat/nand.h
> @@ -21,13 +21,11 @@ struct omap_nand_platform_data {
> int (*dev_ready)(struct omap_nand_platform_data *);
> int dma_channel;
> unsigned
This patch removes direct reference of gpmc address from generic nand platform
code.
Nand platform code now uses wrapper functions which are implemented in gpmc
module.
Signed-off-by: Sukumar Ghorai
---
arch/arm/mach-omap2/gpmc-nand.c| 38 ++
arch/arm/mach-omap2/gpmc.c