提交 8c519436 编写于 作者: B Brian Norris

mtd: denali: make init function static

It's only used in this file.
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
上级 be1ee7d8
...@@ -1394,7 +1394,7 @@ static struct nand_bbt_descr bbt_mirror_descr = { ...@@ -1394,7 +1394,7 @@ static struct nand_bbt_descr bbt_mirror_descr = {
}; };
/* initialize driver data structures */ /* initialize driver data structures */
void denali_drv_init(struct denali_nand_info *denali) static void denali_drv_init(struct denali_nand_info *denali)
{ {
denali->idx = 0; denali->idx = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册