Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274893
b: refs/heads/master
c: 9786f6e
h: refs/heads/master
i:
  274891: 1e04ead
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Artem Bityutskiy committed Sep 11, 2011
1 parent 4444f55 commit 5c8a81e
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 041e4575f03400e045f00a823fcbbbb337de8409
refs/heads/master: 9786f6e68af00d0988ad7f51fe3fd118be1c30ad
6 changes: 6 additions & 0 deletions trunk/drivers/mtd/ofpart.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,9 @@ module_init(ofpart_parser_init);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Parser for MTD partitioning information in device tree");
MODULE_AUTHOR("Vitaly Wool, David Gibson");
/*
* When MTD core cannot find the requested parser, it tries to load the module
* with the same name. Since we provide the ofoldpart parser, we should have
* the corresponding alias.
*/
MODULE_ALIAS("ofoldpart");

0 comments on commit 5c8a81e

Please sign in to comment.