OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 77... Line 77...
77   77  
78 *pparts = parts; 78 *pparts = parts;
79 return EVA_NR_PARTS; 79 return EVA_NR_PARTS;
Line 80... Line -...
80 } -  
81   -  
82 static const struct of_device_id mtdsplit_eva_of_match_table[] = { -  
83 { .compatible = "avm,eva-firmware" }, -  
84 {}, -  
85 }; 80 }
86   81  
87 static struct mtd_part_parser mtdsplit_eva_parser = { 82 static struct mtd_part_parser mtdsplit_eva_parser = {
88 .owner = THIS_MODULE, -  
89 .name = "eva-fw", 83 .owner = THIS_MODULE,
90 .of_match_table = mtdsplit_eva_of_match_table, 84 .name = "eva-fw",
91 .parse_fn = mtdsplit_parse_eva, 85 .parse_fn = mtdsplit_parse_eva,
Line 92... Line 86...
92 .type = MTD_PARSER_TYPE_FIRMWARE, 86 .type = MTD_PARSER_TYPE_FIRMWARE,