diff options
Diffstat (limited to 'drivers/mtd/cmdlinepart.c')
| -rw-r--r-- | drivers/mtd/cmdlinepart.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c index e472a0e9de9d..71bc07f149b7 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * $Id: cmdlinepart.c,v 1.19 2005/11/07 11:14:19 gleixner Exp $ | ||
| 3 | * | ||
| 4 | * Read flash partition table from command line | 2 | * Read flash partition table from command line |
| 5 | * | 3 | * |
| 6 | * Copyright 2002 SYSGO Real-Time Solutions GmbH | 4 | * Copyright 2002 SYSGO Real-Time Solutions GmbH |
| @@ -308,7 +306,7 @@ static int parse_cmdline_partitions(struct mtd_info *master, | |||
| 308 | unsigned long offset; | 306 | unsigned long offset; |
| 309 | int i; | 307 | int i; |
| 310 | struct cmdline_mtd_partition *part; | 308 | struct cmdline_mtd_partition *part; |
| 311 | char *mtd_id = master->name; | 309 | const char *mtd_id = master->name; |
| 312 | 310 | ||
| 313 | /* parse command line */ | 311 | /* parse command line */ |
| 314 | if (!cmdline_parsed) | 312 | if (!cmdline_parsed) |
