diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-03-30 08:59:37 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2008-04-22 09:50:40 -0400 |
commit | 52f8301437a0ba744265e0549ee7239eb85426fc (patch) | |
tree | 1634b522b0e428777b0fa8d8fe66ad048224a0a6 /drivers/mtd/nand | |
parent | 1ff184225b15930ea118ac2130f074c741d34f08 (diff) |
[MTD] [NAND] at91_nand: Make part_probes[] static
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>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/at91_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/at91_nand.c b/drivers/mtd/nand/at91_nand.c index 7ea1a74a52b7..463632ed794c 100644 --- a/drivers/mtd/nand/at91_nand.c +++ b/drivers/mtd/nand/at91_nand.c | |||
@@ -83,7 +83,7 @@ static void at91_nand_disable(struct at91_nand_host *host) | |||
83 | } | 83 | } |
84 | 84 | ||
85 | #ifdef CONFIG_MTD_PARTITIONS | 85 | #ifdef CONFIG_MTD_PARTITIONS |
86 | const char *part_probes[] = { "cmdlinepart", NULL }; | 86 | static const char *part_probes[] = { "cmdlinepart", NULL }; |
87 | #endif | 87 | #endif |
88 | 88 | ||
89 | /* | 89 | /* |