[kernel] restore CVS Id strings for yaffs code, remove svn:keywords properties
authorGabor Juhos <juhosg@openwrt.org>
Wed, 10 Oct 2007 19:33:22 +0000 (19:33 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 10 Oct 2007 19:33:22 +0000 (19:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9250 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/files/fs/yaffs2/yaffs_checkptrw.c
target/linux/generic-2.6/files/fs/yaffs2/yaffs_ecc.c
target/linux/generic-2.6/files/fs/yaffs2/yaffs_fs.c
target/linux/generic-2.6/files/fs/yaffs2/yaffs_guts.c
target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.c
target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif1-compat.c
target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif1.c
target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif2.c
target/linux/generic-2.6/files/fs/yaffs2/yaffs_nand.c

index b265a00..2f3f875 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 const char *yaffs_checkptrw_c_version =
-    "$Id$";
+    "$Id: yaffs_checkptrw.c,v 1.14 2007-05-15 20:07:40 charles Exp $";
 
 
 #include "yaffs_checkptrw.h"
index 9dfa020..be860d0 100644 (file)
@@ -29,7 +29,7 @@
  */
 
 const char *yaffs_ecc_c_version =
-    "$Id$";
+    "$Id: yaffs_ecc.c,v 1.9 2007-02-14 01:09:06 wookey Exp $";
 
 #include "yportenv.h"
 
index 0851eb7..3a77a03 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 const char *yaffs_fs_c_version =
-    "$Id$";
+    "$Id: yaffs_fs.c,v 1.60 2007-05-15 20:07:40 charles Exp $";
 extern const char *yaffs_guts_c_version;
 
 #include <linux/version.h>
index d32b28e..006820c 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 const char *yaffs_guts_c_version =
-    "$Id$";
+    "$Id: yaffs_guts.c,v 1.49 2007-05-15 20:07:40 charles Exp $";
 
 #include "yportenv.h"
 
index d9d5c84..6e2a9de 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 const char *yaffs_mtdif_c_version =
-    "$Id$";
+    "$Id: yaffs_mtdif.c,v 1.19 2007-02-14 01:09:06 wookey Exp $";
 
 #include "yportenv.h"
 
index 9e51f4a..ebf6647 100644 (file)
@@ -102,7 +102,7 @@ Content-Disposition: attachment;
 /* Don't compile this module if we don't have MTD's mtd_oob_ops interface */
 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
 
-const char *yaffs_mtdif1_c_version = "$Id$";
+const char *yaffs_mtdif1_c_version = "$Id: yaffs_mtdif1.c,v 1.3 2007/05/15 20:16:11 ian Exp $";
 
 #ifndef CONFIG_YAFFS_9BYTE_TAGS
 # define YTAG1_SIZE 8
index 2125788..15b5a97 100644 (file)
@@ -36,7 +36,7 @@
 /* Don't compile this module if we don't have MTD's mtd_oob_ops interface */
 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
 
-const char *yaffs_mtdif1_c_version = "$Id$";
+const char *yaffs_mtdif1_c_version = "$Id: yaffs_mtdif1.c,v 1.3 2007/05/15 20:16:11 ian Exp $";
 
 #ifndef CONFIG_YAFFS_9BYTE_TAGS
 # define YTAG1_SIZE 8
index 87ce1b0..d927c76 100644 (file)
@@ -14,7 +14,7 @@
 /* mtd interface for YAFFS2 */
 
 const char *yaffs_mtdif2_c_version =
-    "$Id$";
+    "$Id: yaffs_mtdif2.c,v 1.17 2007-02-14 01:09:06 wookey Exp $";
 
 #include "yportenv.h"
 
index db5ac8e..c33483c 100644 (file)
@@ -12,7 +12,7 @@
  */
  
 const char *yaffs_nand_c_version =
-    "$Id$";
+    "$Id: yaffs_nand.c,v 1.7 2007-02-14 01:09:06 wookey Exp $";
 
 #include "yaffs_nand.h"
 #include "yaffs_tagscompat.h"