mtd: add leading underscore to all mtd functions
[deliverable/linux.git] / drivers / mtd / devices / doc2001.c
index 7543b98f46c46c1524a5f5aeec26b4c567e07d49..3785733650cbf473008c676eef5df74b78031728 100644 (file)
@@ -349,11 +349,11 @@ void DoCMil_init(struct mtd_info *mtd)
        mtd->writesize = 512;
        mtd->oobsize = 16;
        mtd->owner = THIS_MODULE;
-       mtd->erase = doc_erase;
-       mtd->read = doc_read;
-       mtd->write = doc_write;
-       mtd->read_oob = doc_read_oob;
-       mtd->write_oob = doc_write_oob;
+       mtd->_erase = doc_erase;
+       mtd->_read = doc_read;
+       mtd->_write = doc_write;
+       mtd->_read_oob = doc_read_oob;
+       mtd->_write_oob = doc_write_oob;
        this->curfloor = -1;
        this->curchip = -1;
 
This page took 0.042142 seconds and 5 git commands to generate.