aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/redboot.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mtd/redboot.c b/drivers/mtd/redboot.c
index 56e48ea7ff05..f40ba8610625 100644
--- a/drivers/mtd/redboot.c
+++ b/drivers/mtd/redboot.c
@@ -296,6 +296,9 @@ static struct mtd_part_parser redboot_parser = {
296 .name = "RedBoot", 296 .name = "RedBoot",
297}; 297};
298 298
299/* mtd parsers will request the module by parser name */
300MODULE_ALIAS("RedBoot");
301
299static int __init redboot_parser_init(void) 302static int __init redboot_parser_init(void)
300{ 303{
301 return register_mtd_parser(&redboot_parser); 304 return register_mtd_parser(&redboot_parser);