]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mtd/nand.h
mtd: nand: remove obsolete 'ecclayout' field
[karo-tx-linux.git] / include / linux / mtd / nand.h
index ac8e89d5a7929b6bdd40c424928a7d0d9872a73e..129548169400bfb88c3f298f69485c7e9cc93b58 100644 (file)
@@ -498,7 +498,6 @@ struct nand_buffers {
  *                     supported, 0 otherwise.
  * @onfi_set_features: [REPLACEABLE] set the features for ONFI nand
  * @onfi_get_features: [REPLACEABLE] get the features for ONFI nand
- * @ecclayout:         [REPLACEABLE] the default ECC placement scheme
  * @bbt:               [INTERN] bad block table pointer
  * @bbt_td:            [REPLACEABLE] bad block table descriptor for flash
  *                     lookup.
@@ -572,7 +571,6 @@ struct nand_chip {
 
        uint8_t *oob_poi;
        struct nand_hw_control *controller;
-       struct nand_ecclayout *ecclayout;
 
        struct nand_ecc_ctrl ecc;
        struct nand_buffers *buffers;