diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-06-01 20:27:46 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-06-02 04:13:52 -0400 |
commit | 30e0cc1ae0ca961de2764f584021c90d774d1063 (patch) | |
tree | 85d5f3c6571eec982b7533334299c66b0e503303 /arch/sh/boards | |
parent | 3ce0933437763f692c669d07d1b7b016b9e2fa41 (diff) |
sh: make sure static declaration on mach-migor
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index 87185de20446..662debe4ead2 100644 --- 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) | |||
181 | return gpio_get_value(GPIO_PTA1); /* NAND_RBn */ | 181 | return gpio_get_value(GPIO_PTA1); /* NAND_RBn */ |
182 | } | 182 | } |
183 | 183 | ||
184 | struct platform_nand_data migor_nand_flash_data = { | 184 | static struct platform_nand_data migor_nand_flash_data = { |
185 | .chip = { | 185 | .chip = { |
186 | .nr_chips = 1, | 186 | .nr_chips = 1, |
187 | .partitions = migor_nand_flash_partitions, | 187 | .partitions = migor_nand_flash_partitions, |