summaryrefslogtreecommitdiff
path: root/include/linux/mtd/nftl.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-06-23 06:51:46 +0400
committerJeff Garzik <jeff@garzik.org>2006-06-23 06:51:46 +0400
commitdbe1ab9514c231c9b062140a107d9dea0eabefcc (patch)
tree0001c7143cf923fc704215f0a0e54221e9e5cbb9 /include/linux/mtd/nftl.h
parent612eff0e3715a6faff5ba1b74873b99e036c59fe (diff)
parentd588fcbe5a7ba8bba2cebf7799ab2d573717a806 (diff)
downloadlinux-dbe1ab9514c231c9b062140a107d9dea0eabefcc.tar.xz
Merge branch 'master' into upstream
Diffstat (limited to 'include/linux/mtd/nftl.h')
-rw-r--r--include/linux/mtd/nftl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/nftl.h b/include/linux/mtd/nftl.h
index d35d2c21ff3e..bcf2fb3fa4a7 100644
--- a/include/linux/mtd/nftl.h
+++ b/include/linux/mtd/nftl.h
@@ -37,7 +37,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 nand_oobinfo oobinfo;
+ struct nand_ecclayout oobinfo;
};
int NFTL_mount(struct NFTLrecord *s);