mtd: struct device - replace bus_id with dev_name(), dev_set_name()

CC: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Kay Sievers 2009-01-06 10:44:38 -08:00 committed by Greg Kroah-Hartman
parent 24d254759d
commit 475b44c199
17 changed files with 43 additions and 43 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);