OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 118... Line 118...
118   118  
119 *pparts = parts; 119 *pparts = parts;
120 return 2; 120 return 2;
Line 121... Line -...
121 } -  
122   -  
123 static const struct of_device_id mtdsplit_fit_of_match_table[] = { -  
124 { .compatible = "denx,fit" }, -  
125 {}, -  
126 }; 121 }
127   122  
128 static struct mtd_part_parser uimage_parser = { 123 static struct mtd_part_parser uimage_parser = {
129 .owner = THIS_MODULE, -  
130 .name = "fit-fw", 124 .owner = THIS_MODULE,
131 .of_match_table = mtdsplit_fit_of_match_table, 125 .name = "fit-fw",
132 .parse_fn = mtdsplit_fit_parse, 126 .parse_fn = mtdsplit_fit_parse,
Line 133... Line 127...
133 .type = MTD_PARSER_TYPE_FIRMWARE, 127 .type = MTD_PARSER_TYPE_FIRMWARE,