diff mbox

[02/23] mtd: inftl: kill unused oobinfo field

Message ID 1449527178-5930-3-git-send-email-boris.brezillon@free-electrons.com
State Accepted
Commit f8543c06b3948102d50ee6dfdbb06f1e7945baf1
Headers show

Commit Message

Boris Brezillon Dec. 7, 2015, 10:25 p.m. UTC
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
---
 include/linux/mtd/inftl.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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);