From: Boris BREZILLON Date: Mon, 7 Dec 2015 22:25:57 +0000 (+0100) Subject: mtd: inftl: kill unused oobinfo field X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f8543c06b3948102d50ee6dfdbb06f1e7945baf1;p=linux-beck.git mtd: inftl: kill unused oobinfo field Signed-off-by: Boris Brezillon Signed-off-by: Brian Norris --- 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);