mtd: rename MTD_OOB_* to MTD_OPS_*
[pandora-kernel.git] / drivers / mtd / ssfdc.c
index 5f917f0..976e3d2 100644 (file)
@@ -169,7 +169,7 @@ static int read_raw_oob(struct mtd_info *mtd, loff_t offs, uint8_t *buf)
        struct mtd_oob_ops ops;
        int ret;
 
-       ops.mode = MTD_OOB_RAW;
+       ops.mode = MTD_OPS_RAW;
        ops.ooboffs = 0;
        ops.ooblen = OOB_SIZE;
        ops.oobbuf = buf;