提交 62d69e6a 编写于 作者: E Enric Balletbo i Serra 提交者: Tony Lindgren

omap3: IGEP v2: Remove onenand_setup no-op function

Set onenand_setup to NULL instead of adding a no-op function.
Signed-off-by: NEnric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 c8ddb271
......@@ -136,16 +136,9 @@ static struct mtd_partition igep2_onenand_partitions[] = {
},
};
static int igep2_onenand_setup(void __iomem *onenand_base, int freq)
{
/* nothing is required to be setup for onenand as of now */
return 0;
}
static struct omap_onenand_platform_data igep2_onenand_data = {
.parts = igep2_onenand_partitions,
.nr_parts = ARRAY_SIZE(igep2_onenand_partitions),
.onenand_setup = igep2_onenand_setup,
.dma_channel = -1, /* disable DMA in OMAP OneNAND driver */
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册