mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
mtd: ofpart: add ofoldpart alias
ofpart.ko also provides ofoldpart MTD parser. Add respective MODULE_ALIAS("ofoldpart"); declaration. Artem: improve the comment Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
This commit is contained in:
parent
041e4575f0
commit
9786f6e68a
@ -176,3 +176,9 @@ module_init(ofpart_parser_init);
|
|||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_DESCRIPTION("Parser for MTD partitioning information in device tree");
|
MODULE_DESCRIPTION("Parser for MTD partitioning information in device tree");
|
||||||
MODULE_AUTHOR("Vitaly Wool, David Gibson");
|
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");
|
||||||
|
Loading…
Reference in New Issue
Block a user