mirror of https://gitee.com/openkylin/linux.git
mtd: inftl: kill unused oobinfo field
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
b33f7a437c
commit
f8543c06b3
|
@ -44,7 +44,6 @@ struct INFTLrecord {
|
||||||
unsigned int nb_blocks; /* number of physical blocks */
|
unsigned int nb_blocks; /* number of physical blocks */
|
||||||
unsigned int nb_boot_blocks; /* number of blocks used by the bios */
|
unsigned int nb_boot_blocks; /* number of blocks used by the bios */
|
||||||
struct erase_info instr;
|
struct erase_info instr;
|
||||||
struct nand_ecclayout oobinfo;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
int INFTL_mount(struct INFTLrecord *s);
|
int INFTL_mount(struct INFTLrecord *s);
|
||||||
|
|
Loading…
Reference in New Issue