浏览代码

mtd: nftl: 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 年之前
父节点
当前提交
2c9e57799f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/linux/mtd/nftl.h

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