[MTD] struct device - replace bus_id with dev_name(), dev_set_name()

Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
Kay Sievers 2008-12-23 10:00:14 +00:00 committed by David Woodhouse
parent d85316ac45
commit 160bbab300
17 changed files with 46 additions and 46 deletions

View file

@ -13,7 +13,7 @@
struct mtd_info *mtd_concat_create(
struct mtd_info *subdev[], /* subdevices to concatenate */
int num_devs, /* number of subdevices */
char *name); /* name for the new device */
const char *name); /* name for the new device */
void mtd_concat_destroy(struct mtd_info *mtd);