]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: hide parse_mtd_partitions
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 23 Jun 2011 11:23:08 +0000 (15:23 +0400)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 16 Aug 2011 13:44:51 +0000 (16:44 +0300)
commitc7593c47af7a9f8e3c28d242382b9ec2efafd498
treede8f62d17df2028914bfcb96c12a48402ed742c4
parent4bc492b455dabda2bc1699770b3dd16c977683f7
mtd: hide parse_mtd_partitions

There is no need to export parse_mtd_partitions() now , as it's fully handled
by registration functions. So move the definition to private header and
remove respective EXPORT_SYMBOL_GPL.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/mtdcore.h
drivers/mtd/mtdpart.c
include/linux/mtd/partitions.h