From: Adrian Bunk Date: Fri, 18 Apr 2008 20:44:12 +0000 (-0700) Subject: [MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ec12cc74e998fa39e8d707d2deb3116f9838308a;p=linux-beck.git [MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] static Make the needlessly global part_probes[] static. Signed-off-by: Adrian Bunk Acked-by: Mart Raudsepp Signed-off-by: Andrew Morton Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/nand/cs553x_nand.c b/drivers/mtd/nand/cs553x_nand.c index 8dab69657b19..3370a800fd36 100644 --- a/drivers/mtd/nand/cs553x_nand.c +++ b/drivers/mtd/nand/cs553x_nand.c @@ -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