2012-01-22 22:38:19 +00:00
|
|
|
--- a/drivers/mtd/wrt160nl_part.c
|
|
|
|
+++ b/drivers/mtd/wrt160nl_part.c
|
2012-01-31 18:36:51 +00:00
|
|
|
@@ -83,7 +83,7 @@ struct wrt160nl_header {
|
2012-01-22 22:38:19 +00:00
|
|
|
|
|
|
|
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;
|