X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=yaffs_mtdif.c;h=5d1777ec6387f39d6b49a0034655f0aea707caf6;hb=be543b3cc9f7075461ad0a830fd1aa54711eab95;hp=4c87542e71b5e525cd12dbd569b59e23fc85de0a;hpb=e528916d3c9c87aa1547b1cc2536389ef5efbcb3;p=yaffs2.git diff --git a/yaffs_mtdif.c b/yaffs_mtdif.c index 4c87542..5d1777e 100644 --- a/yaffs_mtdif.c +++ b/yaffs_mtdif.c @@ -13,7 +13,7 @@ * */ -const char *yaffs_mtdif_c_version = "$Id: yaffs_mtdif.c,v 1.7 2005-08-01 20:52:35 luc Exp $"; +const char *yaffs_mtdif_c_version = "$Id: yaffs_mtdif.c,v 1.8 2005-08-02 19:17:55 luc Exp $"; #include "yportenv.h" @@ -28,6 +28,9 @@ const char *yaffs_mtdif_c_version = "$Id: yaffs_mtdif.c,v 1.7 2005-08-01 20:52:3 static struct nand_oobinfo yaffs_oobinfo = { .useecc = 1, +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,8)) + .eccbytes = 6, +#endif .eccpos = {8, 9, 10, 13, 14, 15} };