OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 91... Line 91...
91   91  
92 *pparts = parts; 92 *pparts = parts;
93 return SEAMA_NR_PARTS; 93 return SEAMA_NR_PARTS;
Line 94... Line -...
94 } -  
95   -  
96 static const struct of_device_id mtdsplit_seama_of_match_table[] = { -  
97 { .compatible = "seama" }, -  
98 {}, -  
99 }; -  
100 MODULE_DEVICE_TABLE(of, mtdsplit_seama_of_match_table); 94 }
101   95  
102 static struct mtd_part_parser mtdsplit_seama_parser = { 96 static struct mtd_part_parser mtdsplit_seama_parser = {
103 .owner = THIS_MODULE, -  
104 .name = "seama-fw", 97 .owner = THIS_MODULE,
105 .of_match_table = mtdsplit_seama_of_match_table, 98 .name = "seama-fw",
106 .parse_fn = mtdsplit_parse_seama, 99 .parse_fn = mtdsplit_parse_seama,
Line 107... Line 100...
107 .type = MTD_PARSER_TYPE_FIRMWARE, 100 .type = MTD_PARSER_TYPE_FIRMWARE,