]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mtd/concat.h
mtd: struct device - replace bus_id with dev_name(), dev_set_name()
[linux-2.6-omap-h63xx.git] / include / linux / mtd / concat.h
index c02f3d264ecf8d24181463497aafddaa66197447..e80c674daeb38c8385c55d7e89b87f3909dcc201 100644 (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);