projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce0933
)
sh: make sure static declaration on mach-migor
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 2 Jun 2010 00:27:46 +0000
(
00:27
+0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 2 Jun 2010 08:13:52 +0000
(17:13 +0900)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/mach-migor/setup.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/mach-migor/setup.c
b/arch/sh/boards/mach-migor/setup.c
index 87185de2044698724cb50b66e3770eb1359b2bf6..662debe4ead2fdaab217e7fc40ce19d32dcaf140 100644
(file)
--- a/
arch/sh/boards/mach-migor/setup.c
+++ b/
arch/sh/boards/mach-migor/setup.c
@@
-181,7
+181,7
@@
static int migor_nand_flash_ready(struct mtd_info *mtd)
return gpio_get_value(GPIO_PTA1); /* NAND_RBn */
}
-struct platform_nand_data migor_nand_flash_data = {
+st
atic st
ruct platform_nand_data migor_nand_flash_data = {
.chip = {
.nr_chips = 1,
.partitions = migor_nand_flash_partitions,