applied patch 13-sparse-fix--make-some-symbol-static.diff
[yaffs2.git] / yaffs_mtdif.c
index 2f418b9b6e36b82fd0b6e1603bf26eda80823ce8..69d58fb96a5cf41114a6703520e706741eee7655 100644 (file)
@@ -13,7 +13,7 @@
  *
  */
 
-const char *yaffs_mtdif_c_version = "$Id: yaffs_mtdif.c,v 1.2 2005-07-19 20:41:59 charles Exp $";
+const char *yaffs_mtdif_c_version = "$Id: yaffs_mtdif.c,v 1.4 2005-07-31 04:08:08 marty Exp $";
 
 #ifdef CONFIG_YAFFS_MTD_ENABLED
  
@@ -29,13 +29,13 @@ const char *yaffs_mtdif_c_version = "$Id: yaffs_mtdif.c,v 1.2 2005-07-19 20:41:5
 #include "linux/mtd/nand.h"
 #endif
 
-struct nand_oobinfo yaffs_oobinfo = {
-       useecc: 1,
-       eccpos: {8, 9, 10, 13, 14, 15}
+static struct nand_oobinfo yaffs_oobinfo = {
+       .useecc = 1,
+       .eccpos = {8, 9, 10, 13, 14, 15}
 };
 
-struct nand_oobinfo yaffs_noeccinfo = {
-       useecc: 0,
+static struct nand_oobinfo yaffs_noeccinfo = {
+       .useecc = 0,
 };