[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)
SVN-Revision: 9250

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 b265a0066dcc5c2c67157633a37e122b62482852..2f3f875f75a65e677c6ee24688a3804550746077 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 9dfa0206109e1f6708cfb747fd46f59705634877..be860d01a6f3853695efb2a9184bb43ffe728927 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 0851eb7145b570cea2421b391aacb2e83d2ae036..3a77a03aa98d36fb1063ddf8592bcb3ed4815599 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 d32b28e5bb1590576e51612efb0cd269ee5e8bc3..006820c7136e88b226f2386ea79e8836cd391460 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 d9d5c84c680d8f31407fb8e3ef20c467750f8fbf..6e2a9de22267318f34bb7c42deabdea3a3e8dca8 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 9e51f4a1e083705ec6b533f0875afee48673c44a..ebf6647e838d7186130ea8f2ae9733b219a3bf17 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 2125788fda3496a2f9ebe9e470dd092809bc985a..15b5a970462ca96a73e8d2cee57ac4c9d43a9122 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 87ce1b067fd7a2d676796befebd7e66e443dbdf8..d927c76737ebc796c0bdaf2f50efa5515010bc54 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 db5ac8e382b69245fd1194dd0fdcc3c419b545d5..c33483c3599b8caadd5dd459514ac355ef96bb82 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"