Commit ec12cc74 authored by Adrian Bunk's avatar Adrian Bunk Committed by David Woodhouse

[MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] static

Make the needlessly global part_probes[] static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarMart Raudsepp <mart.raudsepp@artecdesign.ee>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 7903cbab
......@@ -279,7 +279,7 @@ static int is_geode(void)
#ifdef CONFIG_MTD_PARTITIONS
const char *part_probes[] = { "cmdlinepart", NULL };
static const char *part_probes[] = { "cmdlinepart", NULL };
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment