yaffs Add another test to basic tests
[yaffs2.git] / yaffs_mtdif.c
index 4fc765ce38a467550487a998b432582a0388a80c..e073a5ef3539e5ffe76bb5ea1159dc1f862fc7ef 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2007 Aleph One Ltd.
+ * Copyright (C) 2002-2010 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
@@ -11,9 +11,6 @@
  * published by the Free Software Foundation.
  */
 
-const char *yaffs_mtdif_c_version =
-       "$Id: yaffs_mtdif.c,v 1.25 2010-02-19 01:06:31 charles Exp $";
-
 #include "yportenv.h"
 
 
@@ -28,7 +25,7 @@ const char *yaffs_mtdif_c_version =
 
 int nandmtd_EraseBlockInNAND(yaffs_Device *dev, int blockNumber)
 {
-       struct mtd_info *mtd = yaffs_DeviceToContext(dev)->mtd;
+       struct mtd_info *mtd = yaffs_DeviceToMtd(dev);
        __u32 addr =
            ((loff_t) blockNumber) * dev->param.totalBytesPerChunk
                * dev->param.nChunksPerBlock;