mtd: inftl: kill unused oobinfo field
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Thu Mar 24 11:59:03 PDT 2016
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=f8543c06b3948102d50ee6dfdbb06f1e7945baf1
Commit: f8543c06b3948102d50ee6dfdbb06f1e7945baf1
Parent: b33f7a437c767015f49ac05b35312979de66d26d
Author: Boris BREZILLON <boris.brezillon at free-electrons.com>
AuthorDate: Mon Dec 7 23:25:57 2015 +0100
Committer: Brian Norris <computersforpeace at gmail.com>
CommitDate: Tue Jan 26 10:27:33 2016 -0800
mtd: inftl: kill unused oobinfo field
Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
include/linux/mtd/inftl.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/mtd/inftl.h b/include/linux/mtd/inftl.h
index 02cd5f9..8255118 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);
More information about the linux-mtd-cvs
mailing list