diff --git a/[refs] b/[refs] index 4133ba4feb40..3a8c4a721b84 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5f949137952020214cd167093dd7be448f21c079 +refs/heads/master: d5de1907d0af22e1a02de2b16a624148517a39c2 diff --git a/trunk/drivers/mtd/redboot.c b/trunk/drivers/mtd/redboot.c index 56e48ea7ff05..f40ba8610625 100644 --- a/trunk/drivers/mtd/redboot.c +++ b/trunk/drivers/mtd/redboot.c @@ -296,6 +296,9 @@ static struct mtd_part_parser redboot_parser = { .name = "RedBoot", }; +/* mtd parsers will request the module by parser name */ +MODULE_ALIAS("RedBoot"); + static int __init redboot_parser_init(void) { return register_mtd_parser(&redboot_parser);