mtd: add leading underscore to all mtd functions
[deliverable/linux.git] / drivers / mtd / devices / pmc551.c
index cfccf65104116141a7fa67ae153ddb7e2706ab74..67d22e1cbc0ed8af85ae2793195a384b3bcbf8a7 100644 (file)
@@ -787,11 +787,11 @@ static int __init init_pmc551(void)
 
                mtd->size = msize;
                mtd->flags = MTD_CAP_RAM;
-               mtd->erase = pmc551_erase;
-               mtd->read = pmc551_read;
-               mtd->write = pmc551_write;
-               mtd->point = pmc551_point;
-               mtd->unpoint = pmc551_unpoint;
+               mtd->_erase = pmc551_erase;
+               mtd->_read = pmc551_read;
+               mtd->_write = pmc551_write;
+               mtd->_point = pmc551_point;
+               mtd->_unpoint = pmc551_unpoint;
                mtd->type = MTD_RAM;
                mtd->name = "PMC551 RAM board";
                mtd->erasesize = 0x10000;
This page took 0.030271 seconds and 5 git commands to generate.