mtd: add leading underscore to all mtd functions
[deliverable/linux.git] / drivers / mtd / inftlcore.c
index 28646c95cfb845803fd983c6a83b489bf4130c41..3af351484098b6b47c5b0973dda092abdc1bfe0d 100644 (file)
@@ -56,7 +56,7 @@ static void inftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd)
        if (memcmp(mtd->name, "DiskOnChip", 10))
                return;
 
-       if (!mtd->block_isbad) {
+       if (!mtd->_block_isbad) {
                printk(KERN_ERR
 "INFTL no longer supports the old DiskOnChip drivers loaded via docprobe.\n"
 "Please use the new diskonchip driver under the NAND subsystem.\n");
This page took 0.037867 seconds and 5 git commands to generate.