X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_mtdif.c;h=7dbf07a953518fe1f69bab885f79238bc98fea54;hp=13cfdd9dfffb6ed0a5b3354a6bfaee15b3521010;hb=a43ef00519138a156135816bd164afb9e7feaa99;hpb=730a00c0527f2c63413598925b600af86b76db86 diff --git a/yaffs_mtdif.c b/yaffs_mtdif.c index 13cfdd9..7dbf07a 100644 --- a/yaffs_mtdif.c +++ b/yaffs_mtdif.c @@ -14,7 +14,7 @@ */ const char *yaffs_mtdif_c_version = - "$Id: yaffs_mtdif.c,v 1.12 2005-09-20 23:14:14 charles Exp $"; + "$Id: yaffs_mtdif.c,v 1.13 2005-11-07 07:13:33 charles Exp $"; #include "yportenv.h" @@ -28,9 +28,7 @@ const char *yaffs_mtdif_c_version = 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} };