Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8543c06 authored by Boris Brezillon's avatar Boris Brezillon Committed by Brian Norris
Browse files

mtd: inftl: kill unused oobinfo field

parent b33f7a43
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);