Take out CONFIG_YAFFS_YAFFS1s for easier build
| author |
charles |
| date |
Tue, 20 Sep 2005 06:23:41 +0100 |
| parents |
9c9fd9831cf1 |
| children |
126756b6912d |
| files |
yaffs_mtdif.c yaffs_mtdif2.c |
| diffstat |
2 files changed, 0 insertions(+), 4 deletions(-)
[+]
|
line diff
--- a/yaffs_mtdif.c
+++ b/yaffs_mtdif.c
@@ -18,7 +18,6 @@ const char *yaffs_mtdif_c_version =
#include "yportenv.h"
-#ifdef CONFIG_YAFFS_YAFFS1
#include "yaffs_mtdif.h"
@@ -155,4 +154,3 @@ int nandmtd_InitialiseNAND(yaffs_Device
return YAFFS_OK;
}
-#endif /* CONFIG_YAFFS_YAFFS1 */
--- a/yaffs_mtdif2.c
+++ b/yaffs_mtdif2.c
@@ -20,7 +20,6 @@ const char *yaffs_mtdif2_c_version =
#include "yportenv.h"
-#ifdef CONFIG_YAFFS_YAFFS1
#include "yaffs_mtdif2.h"
@@ -190,4 +189,3 @@ int nandmtd2_QueryNANDBlock(struct yaffs
return YAFFS_FAIL;
}
-#endif