From: charles Date: Mon, 7 Nov 2005 07:13:33 +0000 (+0000) Subject: Remove kernel version test X-Git-Tag: pre-name-change~390 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=af78eb35ef155fedf68b5ec3d99fbe195b0ac7c8 Remove kernel version test --- 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} };