X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fmtd%2Fnftl.h;h=bcf2fb3fa4a786300ca2a3d23e470bd25843faa2;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=d35d2c21ff3e0abd4caa594fdd31e37d506c3a53;hpb=76828883507a47dae78837ab5dec5a5b4513c667;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);