]> git.karo-electronics.de Git - karo-tx-linux.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>
Tue, 16 Aug 2011 13:45:40 +0000 (16:45 +0300)
commit8b3dc4980a5424d9dd4a08a43a6e89635a9254e2
tree9e1d48981d5d5af4a25f798781cfd0b026bccf20
parentdf3bc77b89cc3eda67b01227e17376914dba6302
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