diff options
Diffstat (limited to 'drivers/mtd/cmdlinepart.c')
-rw-r--r-- | drivers/mtd/cmdlinepart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c index be0c121f2f1b..1b11f94695e9 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c | |||
@@ -313,8 +313,8 @@ static int mtdpart_setup_real(char *s) | |||
313 | * the first one in the chain if a NULL mtd_id is passed in. | 313 | * the first one in the chain if a NULL mtd_id is passed in. |
314 | */ | 314 | */ |
315 | static int parse_cmdline_partitions(struct mtd_info *master, | 315 | static int parse_cmdline_partitions(struct mtd_info *master, |
316 | struct mtd_partition **pparts, | 316 | struct mtd_partition **pparts, |
317 | unsigned long origin) | 317 | struct mtd_part_parser_data *data) |
318 | { | 318 | { |
319 | unsigned long offset; | 319 | unsigned long offset; |
320 | int i; | 320 | int i; |