|
@@ -92,7 +92,7 @@ static void __exit cleanup_mtdram(void)
|
|
}
|
|
}
|
|
|
|
|
|
int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
|
|
int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
|
|
- unsigned long size, char *name)
|
|
|
|
|
|
+ unsigned long size, const char *name)
|
|
{
|
|
{
|
|
memset(mtd, 0, sizeof(*mtd));
|
|
memset(mtd, 0, sizeof(*mtd));
|
|
|
|
|