[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080213213010.GX3383@cs181133002.pp.htv.fi>
Date: Wed, 13 Feb 2008 23:30:10 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Mart Raudsepp <mart.raudsepp@...ecdesign.ee>,
David Woodhouse <dwmw2@...radead.org>
Cc: linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [2.6 patch] make mtd/nand/cs553x_nand.c:part_probes[] static
This patch makes the needlessly global part_probes[] static.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
054adb5b7a0d1ebaef61192ccf78df37aec42270 diff --git a/drivers/mtd/nand/cs553x_nand.c b/drivers/mtd/nand/cs553x_nand.c
index 8dab696..3370a80 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists