Просмотр исходного кода

mtd: inftl: kill unused oobinfo field

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Boris BREZILLON 9 лет назад
Родитель
Сommit
f8543c06b3
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      include/linux/mtd/inftl.h

+ 0 - 1
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);