diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2015-12-07 17:25:57 -0500 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-01-26 13:27:33 -0500 |
commit | f8543c06b3948102d50ee6dfdbb06f1e7945baf1 (patch) | |
tree | af35383ad1567f8e974f0f7fa303131b414c7d43 /include/linux/mtd | |
parent | b33f7a437c767015f49ac05b35312979de66d26d (diff) |
mtd: inftl: kill unused oobinfo field
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/inftl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mtd/inftl.h b/include/linux/mtd/inftl.h index 02cd5f9b79b8..8255118be0f0 100644 --- a/include/linux/mtd/inftl.h +++ b/include/linux/mtd/inftl.h | |||
@@ -44,7 +44,6 @@ struct INFTLrecord { | |||
44 | unsigned int nb_blocks; /* number of physical blocks */ | 44 | unsigned int nb_blocks; /* number of physical blocks */ |
45 | unsigned int nb_boot_blocks; /* number of blocks used by the bios */ | 45 | unsigned int nb_boot_blocks; /* number of blocks used by the bios */ |
46 | struct erase_info instr; | 46 | struct erase_info instr; |
47 | struct nand_ecclayout oobinfo; | ||
48 | }; | 47 | }; |
49 | 48 | ||
50 | int INFTL_mount(struct INFTLrecord *s); | 49 | int INFTL_mount(struct INFTLrecord *s); |