files/fs/yaffs2: revert changes in r15242 that break patching on 2.6.28
authorAndy Boyett <agb@openwrt.org>
Sat, 18 Apr 2009 06:29:23 +0000 (06:29 +0000)
committerAndy Boyett <agb@openwrt.org>
Sat, 18 Apr 2009 06:29:23 +0000 (06:29 +0000)
SVN-Revision: 15248

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 6bfa04dc164721b56f8c16654edea17bff670a52..933a33fb8bfc6674954b891aa0a6e0e4b5f0701c 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 const char *yaffs_checkptrw_c_version =
+    "$Id: yaffs_checkptrw.c,v 1.14 2007-05-15 20:07:40 charles Exp $";
 
 
 #include "yaffs_checkptrw.h"
index f957cca538a9c3c19c4ea5d19b569c6617ed75d0..e2860393d3726d5b7709afaf0b2a427e59f215e1 100644 (file)
@@ -29,6 +29,7 @@
  */
 
 const char *yaffs_ecc_c_version =
+    "$Id: yaffs_ecc.c,v 1.9 2007-02-14 01:09:06 wookey Exp $";
 
 #include "yportenv.h"
 
index 4514174794ab0996580ff5cae852ec98df57a3f4..67001b10e667f3c07751ec8570a6316b134dcd20 100644 (file)
@@ -32,6 +32,7 @@
  */
 
 const char *yaffs_fs_c_version =
+    "$Id: yaffs_fs.c,v 1.63 2007-09-19 20:35:40 imcd Exp $";
 extern const char *yaffs_guts_c_version;
 
 #include <linux/version.h>
index 38268f2324af15ba6ef89fc45cb2f9b7579b4722..2ab814691356d3e8cd68e0c8cea1ab660bfc4df4 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 const char *yaffs_guts_c_version =
+    "$Id: yaffs_guts.c,v 1.49 2007-05-15 20:07:40 charles Exp $";
 
 #include "yportenv.h"
 
index 93a4f20ede4ec2d89b55ab9ab7fbff57876bbfc6..466e5a44c6d548ef64f3a144941e112caab1e803 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 const char *yaffs_mtdif_c_version =
+    "$Id: yaffs_mtdif.c,v 1.19 2007-02-14 01:09:06 wookey Exp $";
 
 #include "yportenv.h"
 
index 9e9ad62e6badb563a8a40614353872459ad13715..6a376f1f729abc9841429378f0c1d68f797c16bd 100644 (file)
@@ -102,6 +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$";
 
 #ifndef CONFIG_YAFFS_9BYTE_TAGS
 # define YTAG1_SIZE 8
index ce7174e765c873fb7f1341f971c4dc0181126607..36d5adec5c9b94f76abd770fb40dc990b5e4d4df 100644 (file)
@@ -36,6 +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: yaffs_mtdif1.c,v 1.3 2007/05/15 20:16:11 ian Exp $";
 
 #ifndef CONFIG_YAFFS_9BYTE_TAGS
 # define YTAG1_SIZE 8
index d5d4883145146eefe979084c0674b8d27ce3bc3c..cdad0734bf958d6cd97dabe66f5a9f9788a985a9 100644 (file)
@@ -14,6 +14,7 @@
 /* mtd interface for YAFFS2 */
 
 const char *yaffs_mtdif2_c_version =
+    "$Id: yaffs_mtdif2.c,v 1.17 2007-02-14 01:09:06 wookey Exp $";
 
 #include "yportenv.h"
 
index 20e98afa01fe1be371486ed8ecf6735b18b03a6e..4e250338d741a2ca67af9bc268f9c1ac5949d10d 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 const char *yaffs_nand_c_version =
+    "$Id: yaffs_nand.c,v 1.7 2007-02-14 01:09:06 wookey Exp $";
 
 #include "yaffs_nand.h"
 #include "yaffs_tagscompat.h"