From af78eb35ef155fedf68b5ec3d99fbe195b0ac7c8 Mon Sep 17 00:00:00 2001 From: charles Date: Mon, 7 Nov 2005 07:13:33 +0000 Subject: [PATCH] Remove kernel version test --- yaffs_mtdif.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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} }; -- 2.30.2