You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
361 B
11 lines
361 B
--- a/drivers/mtd/wrt160nl_part.c
|
|
+++ b/drivers/mtd/wrt160nl_part.c
|
|
@@ -83,7 +83,7 @@ struct wrt160nl_header {
|
|
|
|
static int wrt160nl_parse_partitions(struct mtd_info *master,
|
|
struct mtd_partition **pparts,
|
|
- unsigned long origin)
|
|
+ struct mtd_part_parser_data *data)
|
|
{
|
|
struct wrt160nl_header *header;
|
|
struct trx_header *theader;
|
|
|