1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-04 19:41:53 +02:00
openwrt-xburst/target/linux/ar71xx/patches-3.2/308-wrt160nl_part-3.2-fixes.patch
juhosg 41e9c172ba ar71xx: use dynamically allocated partitions in wrt160nl_part
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29970 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-31 18:36:51 +00:00

12 lines
361 B
Diff

--- 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;