aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mtd/inftl.h
diff options
context:
space:
mode:
authorBoris BREZILLON <boris.brezillon@free-electrons.com>2015-12-07 23:25:57 +0100
committerBrian Norris <computersforpeace@gmail.com>2016-01-26 10:27:33 -0800
commitf8543c06b3948102d50ee6dfdbb06f1e7945baf1 (patch)
treeaf35383ad1567f8e974f0f7fa303131b414c7d43 /include/linux/mtd/inftl.h
parentMerge v4.5-rc1 with MTD -next development (diff)
downloadwireguard-linux-f8543c06b3948102d50ee6dfdbb06f1e7945baf1.tar.xz
wireguard-linux-f8543c06b3948102d50ee6dfdbb06f1e7945baf1.zip
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/inftl.h')
-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 {
unsigned int nb_blocks; /* number of physical blocks */
unsigned int nb_boot_blocks; /* number of blocks used by the bios */
struct erase_info instr;
- struct nand_ecclayout oobinfo;
};
int INFTL_mount(struct INFTLrecord *s);