Commit 30e0cc1a authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Paul Mundt

sh: make sure static declaration on mach-migor

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 3ce09334
...@@ -181,7 +181,7 @@ static int migor_nand_flash_ready(struct mtd_info *mtd) ...@@ -181,7 +181,7 @@ static int migor_nand_flash_ready(struct mtd_info *mtd)
return gpio_get_value(GPIO_PTA1); /* NAND_RBn */ return gpio_get_value(GPIO_PTA1); /* NAND_RBn */
} }
struct platform_nand_data migor_nand_flash_data = { static struct platform_nand_data migor_nand_flash_data = {
.chip = { .chip = {
.nr_chips = 1, .nr_chips = 1,
.partitions = migor_nand_flash_partitions, .partitions = migor_nand_flash_partitions,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment