summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris BREZILLON <boris.brezillon@free-electrons.com>2015-12-07 17:25:57 -0500
committerBrian Norris <computersforpeace@gmail.com>2016-01-26 13:27:33 -0500
commitf8543c06b3948102d50ee6dfdbb06f1e7945baf1 (patch)
treeaf35383ad1567f8e974f0f7fa303131b414c7d43
parentb33f7a437c767015f49ac05b35312979de66d26d (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>
-rw-r--r--include/linux/mtd/inftl.h1
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
50int INFTL_mount(struct INFTLrecord *s); 49int INFTL_mount(struct INFTLrecord *s);