提交 bd061715 编写于 作者: T Tony Lindgren

omap: Fix compile if MTD_NAND_OMAP2 is not selected

Fix compile if MTD_NAND_OMAP2 is not selected
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 c206e514
......@@ -154,7 +154,7 @@ __init board_nand_init(struct mtd_partition *nand_parts,
}
#else
void
__init board_nand_init(struct mtd_partition *nand_parts, u8 nr_parts, u8 cs)
__init board_nand_init(struct mtd_partition *nand_parts, u8 nr_parts, u8 cs, int nand_type)
{
}
#endif /* CONFIG_MTD_NAND_OMAP2 || CONFIG_MTD_NAND_OMAP2_MODULE */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册