diff yaffs_fs.c @ 112:ea18b2c034e6

Fix conditional
author charles
date Thu, 15 Dec 2005 20:27:56 +0000
parents 43d9629a47ec
children 448c45ce46b0
line wrap: on
line diff
--- a/yaffs_fs.c
+++ b/yaffs_fs.c
@@ -1365,7 +1365,7 @@ static struct super_block *yaffs_interna
 	T(YAFFS_TRACE_OS, (" erasesize %d\n", mtd->erasesize));
 	T(YAFFS_TRACE_OS, (" size %d\n", mtd->size));
 	
-#if CONFIG_YAFFS_AUTO_YAFFS2
+#ifdef CONFIG_YAFFS_AUTO_YAFFS2
 
 	if (yaffsVersion == 1 && 
 	    mtd->oobblock >= 2048) {