diff mbox

[03/23] mtd: nftl: kill unused oobinfo field

Message ID 1449527178-5930-4-git-send-email-boris.brezillon@free-electrons.com
State Accepted
Commit 2c9e57799f1b7ef35a9e7f774edac6b3feac6399
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/nftl.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/include/linux/mtd/nftl.h b/include/linux/mtd/nftl.h
index b059629..044daa0 100644
--- a/include/linux/mtd/nftl.h
+++ b/include/linux/mtd/nftl.h
@@ -50,7 +50,6 @@  struct NFTLrecord {
         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 NFTL_mount(struct NFTLrecord *s);