diff options
-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 | /* |