mirror of https://github.com/hak5/openwrt-owl.git
ar7: register_mtd_parser() does no longer have a return value
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44638owl
parent
d16f07aa10
commit
8777e3189e
|
@ -210,7 +210,8 @@ static struct mtd_part_parser ac49x_parser = {
|
|||
|
||||
static int __init ac49x_parser_init(void)
|
||||
{
|
||||
return register_mtd_parser(&ac49x_parser);
|
||||
register_mtd_parser(&ac49x_parser);
|
||||
return 0;
|
||||
}
|
||||
|
||||
module_init(ac49x_parser_init);
|
||||
|
|
Loading…
Reference in New Issue