aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-h2.c
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2011-01-27 16:39:43 -0800
committerTony Lindgren <tony@atomide.com>2011-01-27 16:39:48 -0800
commit5db98f75f91006eaa37db3e13e320155225990e2 (patch)
treee1ef6f80bfd032fe81d87da125aa7254797d8a87 /arch/arm/mach-omap1/board-h2.c
parentarm: plat-omap: dma: make omap_dma_in_1510_mode() static (diff)
downloadlinux-dev-5db98f75f91006eaa37db3e13e320155225990e2.tar.xz
linux-dev-5db98f75f91006eaa37db3e13e320155225990e2.zip
arm: mach-omap1: board-h2: make h2_nand_platdata static
Eliminates the following sparse warning: arch/arm/mach-omap1/board-h2.c:205:27: warning: symbol 'h2_nand_platdata' was not declared. Should it be static? Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-omap1/board-h2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c
index 28b84aa9bdba..ba3bd09c4754 100644
--- a/arch/arm/mach-omap1/board-h2.c
+++ b/arch/arm/mach-omap1/board-h2.c
@@ -202,7 +202,7 @@ static int h2_nand_dev_ready(struct mtd_info *mtd)
static const char *h2_part_probes[] = { "cmdlinepart", NULL };
-struct platform_nand_data h2_nand_platdata = {
+static struct platform_nand_data h2_nand_platdata = {
.chip = {
.nr_chips = 1,
.chip_offset = 0,