diff options
Diffstat (limited to 'drivers/mtd/devices/pmc551.c')
-rw-r--r-- | drivers/mtd/devices/pmc551.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/pmc551.c b/drivers/mtd/devices/pmc551.c index 666cce1bf60c..aa9f6c993125 100644 --- a/drivers/mtd/devices/pmc551.c +++ b/drivers/mtd/devices/pmc551.c | |||
@@ -775,7 +775,7 @@ static int __init init_pmc551(void) | |||
775 | mtd->write = pmc551_write; | 775 | mtd->write = pmc551_write; |
776 | mtd->point = pmc551_point; | 776 | mtd->point = pmc551_point; |
777 | mtd->unpoint = pmc551_unpoint; | 777 | mtd->unpoint = pmc551_unpoint; |
778 | mtd->type = MTD_RAM; | 778 | mtd->type = MTD_GENERIC_TYPE; |
779 | mtd->name = "PMC551 RAM board"; | 779 | mtd->name = "PMC551 RAM board"; |
780 | mtd->erasesize = 0x10000; | 780 | mtd->erasesize = 0x10000; |
781 | mtd->owner = THIS_MODULE; | 781 | mtd->owner = THIS_MODULE; |