diff options
| author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2015-12-07 17:25:58 -0500 |
|---|---|---|
| committer | Brian Norris <computersforpeace@gmail.com> | 2016-01-26 13:27:34 -0500 |
| commit | 2c9e57799f1b7ef35a9e7f774edac6b3feac6399 (patch) | |
| tree | e6bbf97fce3ac7716270dcc39f4524ea9d9fa414 /include/linux/mtd | |
| parent | f8543c06b3948102d50ee6dfdbb06f1e7945baf1 (diff) | |
mtd: nftl: 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/linux/mtd')
| -rw-r--r-- | include/linux/mtd/nftl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mtd/nftl.h b/include/linux/mtd/nftl.h index b059629e22bc..044daa02b8ff 100644 --- a/include/linux/mtd/nftl.h +++ b/include/linux/mtd/nftl.h | |||
| @@ -50,7 +50,6 @@ struct NFTLrecord { | |||
| 50 | unsigned int nb_blocks; /* number of physical blocks */ | 50 | unsigned int nb_blocks; /* number of physical blocks */ |
| 51 | unsigned int nb_boot_blocks; /* number of blocks used by the bios */ | 51 | unsigned int nb_boot_blocks; /* number of blocks used by the bios */ |
| 52 | struct erase_info instr; | 52 | struct erase_info instr; |
| 53 | struct nand_ecclayout oobinfo; | ||
| 54 | }; | 53 | }; |
| 55 | 54 | ||
| 56 | int NFTL_mount(struct NFTLrecord *s); | 55 | int NFTL_mount(struct NFTLrecord *s); |
