mtd: mtdram: add missing 'const'
[deliverable/linux.git] / include / linux / mtd / mtdram.h
index 68891313875d756a4151aa54847214277e62ba79..628a6a21ddf035063c07051c95b25b24686fb246 100644 (file)
@@ -3,6 +3,6 @@
 
 #include <linux/mtd/mtd.h>
 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
-                       unsigned long size, char *name);
+                       unsigned long size, const char *name);
 
 #endif /* __MTD_MTDRAM_H__ */
This page took 0.032524 seconds and 5 git commands to generate.