diff options
author | Brian Norris <computersforpeace@gmail.com> | 2013-08-23 23:24:47 -0700 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2013-10-27 16:27:03 -0700 |
commit | aaadd9819a128fb7ad988b6808581e3175859e2f (patch) | |
tree | 86e9d61d4824cf3673b45f9226fb5d7ad4b94729 /include/linux/mtd | |
parent | 53d66baef631ec7fa83dd1b161bf4c3ebabeb73e (diff) |
mtd: nand: remove obsolete 'ecclayout' field
This field is never used, except to print it out.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/nand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index ac8e89d5a79..12954816940 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -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; |