OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 150... Line 150...
150   150  
151 *pparts = parts; 151 *pparts = parts;
152 return TPLINK_NR_PARTS; 152 return TPLINK_NR_PARTS;
Line 153... Line -...
153 } -  
154   -  
155 static const struct of_device_id mtdsplit_tplink_of_match_table[] = { -  
156 { .compatible = "tplink,firmware" }, -  
157 {}, -  
158 }; 153 }
159   154  
160 static struct mtd_part_parser mtdsplit_tplink_parser = { 155 static struct mtd_part_parser mtdsplit_tplink_parser = {
161 .owner = THIS_MODULE, -  
162 .name = "tplink-fw", 156 .owner = THIS_MODULE,
163 .of_match_table = mtdsplit_tplink_of_match_table, 157 .name = "tplink-fw",
164 .parse_fn = mtdsplit_parse_tplink, 158 .parse_fn = mtdsplit_parse_tplink,
Line 165... Line 159...
165 .type = MTD_PARSER_TYPE_FIRMWARE, 159 .type = MTD_PARSER_TYPE_FIRMWARE,