diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2015-12-07 23:25:57 +0100 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-01-26 19:27:33 +0100 |
commit | f8543c06b3948102d50ee6dfdbb06f1e7945baf1 (patch) | |
tree | af35383ad1567f8e974f0f7fa303131b414c7d43 /include | |
parent | Merge v4.5-rc1 with MTD -next development (diff) | |
download | linux-f8543c06b3948102d50ee6dfdbb06f1e7945baf1.tar.xz linux-f8543c06b3948102d50ee6dfdbb06f1e7945baf1.zip |
mtd: inftl: kill unused oobinfo field
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mtd/inftl.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |