diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-06-27 01:02:59 +0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | 2011-09-11 15:02:13 +0300 |
commit | d6137badeff1ef64b4e0092ec249ebdeaeb3ff37 (patch) | |
tree | 238fd05a8620aef01c85104ef17267f46a588cce /drivers/mtd/ofpart.c | |
parent | 7854d3f7495b11be1570cd3e2318674d8f9ed797 (diff) | |
download | talos-op-linux-d6137badeff1ef64b4e0092ec249ebdeaeb3ff37.tar.gz talos-op-linux-d6137badeff1ef64b4e0092ec249ebdeaeb3ff37.zip |
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>
Diffstat (limited to 'drivers/mtd/ofpart.c')
-rw-r--r-- | drivers/mtd/ofpart.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/ofpart.c b/drivers/mtd/ofpart.c index 41c451842fd2..aa33b8ad4f3c 100644 --- a/drivers/mtd/ofpart.c +++ b/drivers/mtd/ofpart.c @@ -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"); |