linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / mtd / chips / map_absent.c
index ac01a94..a611de9 100644 (file)
@@ -64,8 +64,7 @@ static struct mtd_info *map_absent_probe(struct map_info *map)
        mtd->write      = map_absent_write;
        mtd->sync       = map_absent_sync;
        mtd->flags      = 0;
-       mtd->erasesize  = PAGE_SIZE;
-       mtd->writesize  = 1;
+       mtd->erasesize = PAGE_SIZE;
 
        __module_get(THIS_MODULE);
        return mtd;