Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274967
b: refs/heads/master
c: d5de190
h: refs/heads/master
i:
  274965: 8789522
  274963: a188285
  274959: a23306e
v: v3
  • Loading branch information
Andres Salomon authored and Artem Bityutskiy committed Oct 16, 2011
1 parent f324dab commit 2515f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f949137952020214cd167093dd7be448f21c079
refs/heads/master: d5de1907d0af22e1a02de2b16a624148517a39c2
3 changes: 3 additions & 0 deletions trunk/drivers/mtd/redboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2515f7f

Please sign in to comment.