X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fmtd%2Fnftl.h;h=bcf2fb3fa4a786300ca2a3d23e470bd25843faa2;hb=refs%2Fheads%2Fvserver;hp=d35d2c21ff3e0abd4caa594fdd31e37d506c3a53;hpb=64ba3f394c830ec48a1c31b53dcae312c56f1604;p=linux-2.6.git diff --git a/include/linux/mtd/nftl.h b/include/linux/mtd/nftl.h index d35d2c21f..bcf2fb3fa 100644 --- a/include/linux/mtd/nftl.h +++ b/include/linux/mtd/nftl.h @@ -37,7 +37,7 @@ struct NFTLrecord { unsigned int nb_blocks; /* number of physical blocks */ unsigned int nb_boot_blocks; /* number of blocks used by the bios */ struct erase_info instr; - struct nand_oobinfo oobinfo; + struct nand_ecclayout oobinfo; }; int NFTL_mount(struct NFTLrecord *s);