]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: make ofpart buildable as a separate module
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Sun, 26 Jun 2011 21:02:59 +0000 (01:02 +0400)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 11 Sep 2011 12:02:13 +0000 (15:02 +0300)
commit9b93c997590fe1bb3226d05038779cd90533a7df
tree238fd05a8620aef01c85104ef17267f46a588cce
parent3506a12ceee1f1439ee9e05a0bab048ea4d10b1d
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>
drivers/mtd/Kconfig
drivers/mtd/Makefile
drivers/mtd/ofpart.c