mtd: make ofpart buildable as a separate module
As ofpart now uses a standard mtd partitions parser interface, make it buildable as a separate module. Also provide MODULE_DESCRIPTION and MODULE_AUTHOR for this module. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
This commit is contained in:

committed by
Artem Bityutskiy

parent
7854d3f749
commit
d6137badef
@@ -174,3 +174,5 @@ out:
|
||||
module_init(ofpart_parser_init);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("Parser for MTD partitioning information in device tree");
|
||||
MODULE_AUTHOR("Vitaly Wool, David Gibson");
|
||||
|
Reference in New Issue
Block a user