projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7903cba
)
[MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] static
author
Adrian Bunk
<bunk@kernel.org>
Fri, 18 Apr 2008 20:44:12 +0000
(13:44 -0700)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 22 Apr 2008 11:35:40 +0000
(12:35 +0100)
Make the needlessly global part_probes[] static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nand/cs553x_nand.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/nand/cs553x_nand.c
b/drivers/mtd/nand/cs553x_nand.c
index 8dab69657b1914eefb5ebb0eebf1420f2b78edba..3370a800fd3612fd43f6bb54d4cf8a36cbdf2f14 100644
(file)
--- 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