mtd: remove add_mtd_partitions, add_mtd_device and friends

These symbols are replaced with mtd_device_register() (and removal with
mtd_device_unregister()) for public registration.

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Dieser Commit ist enthalten in:
Jamie Iles
2011-05-23 10:23:42 +01:00
committet von David Woodhouse
Ursprung ee0e87b174
Commit eea72d5fdf
5 geänderte Dateien mit 9 neuen und 17 gelöschten Zeilen

Datei anzeigen

@@ -393,7 +393,7 @@ fail_locked:
* if the requested device does not appear to be present in the list.
*/
int del_mtd_device (struct mtd_info *mtd)
int del_mtd_device(struct mtd_info *mtd)
{
int ret;
struct mtd_notifier *not;
@@ -723,8 +723,6 @@ void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size)
return kmalloc(*size, GFP_KERNEL);
}
EXPORT_SYMBOL_GPL(add_mtd_device);
EXPORT_SYMBOL_GPL(del_mtd_device);
EXPORT_SYMBOL_GPL(get_mtd_device);
EXPORT_SYMBOL_GPL(get_mtd_device_nm);
EXPORT_SYMBOL_GPL(__get_mtd_device);