aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/cmdlinepart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c
index a7a7bfe33879..3402ce448702 100644
--- a/drivers/mtd/cmdlinepart.c
+++ b/drivers/mtd/cmdlinepart.c
@@ -346,7 +346,7 @@ static int parse_cmdline_partitions(struct mtd_info *master,
346 * 346 *
347 * This function needs to be visible for bootloaders. 347 * This function needs to be visible for bootloaders.
348 */ 348 */
349int mtdpart_setup(char *s) 349static int mtdpart_setup(char *s)
350{ 350{
351 cmdline = s; 351 cmdline = s;
352 return 1; 352 return 1;