diff options
Diffstat (limited to 'include/linux/mtd/nftl.h')
| -rw-r--r-- | include/linux/mtd/nftl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/nftl.h b/include/linux/mtd/nftl.h index 3483a8c4022d..55778a673b5d 100644 --- a/include/linux/mtd/nftl.h +++ b/include/linux/mtd/nftl.h @@ -104,6 +104,7 @@ 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 gendisk *disk; }; int NFTL_mount(struct NFTLrecord *s); |
