X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fmtd%2Fpartitions.h;fp=include%2Flinux%2Fmtd%2Fpartitions.h;h=b03f512d51b9c96d865cebd5cf4cb85596b4d436;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=da6b3d6f12a7642442642032f58b4e917ee6b3e4;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/linux/mtd/partitions.h b/include/linux/mtd/partitions.h index da6b3d6f1..b03f512d5 100644 --- a/include/linux/mtd/partitions.h +++ b/include/linux/mtd/partitions.h @@ -41,7 +41,7 @@ struct mtd_partition { u_int32_t size; /* partition size */ u_int32_t offset; /* offset within the master MTD space */ u_int32_t mask_flags; /* master MTD flags to mask out for this partition */ - struct nand_ecclayout *ecclayout; /* out of band layout for this partition (NAND only)*/ + struct nand_oobinfo *oobsel; /* out of band layout for this partition (NAND only)*/ struct mtd_info **mtdp; /* pointer to store the MTD object */ };