[MTD] [NAND] at91_nand: Make part_probes[] static
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sun, 30 Mar 2008 12:59:37 +0000 (21:59 +0900)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 22 Apr 2008 13:50:40 +0000 (14:50 +0100)
The part_probes[] should be static.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: Jörn Engel <joern@logfs.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nand/at91_nand.c

index 7ea1a74..463632e 100644 (file)
@@ -83,7 +83,7 @@ static void at91_nand_disable(struct at91_nand_host *host)
 }
 
 #ifdef CONFIG_MTD_PARTITIONS
-const char *part_probes[] = { "cmdlinepart", NULL };
+static const char *part_probes[] = { "cmdlinepart", NULL };
 #endif
 
 /*