From 47e27ba76801d146d5b2ae8edc88a98aab8cc1e8 Mon Sep 17 00:00:00 2001 From: aleph1 Date: Tue, 28 May 2002 13:39:43 +0000 Subject: [PATCH] deleted old lines after nick's correction of unregistering the correct flavour of yaffs --- yaffs_fs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yaffs_fs.c b/yaffs_fs.c index f12e13a..de71211 100644 --- a/yaffs_fs.c +++ b/yaffs_fs.c @@ -43,7 +43,7 @@ #include "yaffs_nandemul.h" // 2 MB of RAM for emulation #define YAFFS_RAM_EMULATION_SIZE 0x200000 -#endif // YAFFS_RAM_ENABLED +#endif //YAFFS_RAM_ENABLED #ifdef YAFFS_MTD_ENABLED #include @@ -877,11 +877,9 @@ static void __exit exit_yaffs_fs(void) remove_proc_entry("yaffs",&proc_root); #ifdef YAFFS_RAM_ENABLED -// NCB unregister_filesystem(&yaffs_fs_type); unregister_filesystem(&yaffs_ram_fs_type); #endif #ifdef YAFFS_MTD_ENABLED -// NCB unregister_filesystem(&yaffs_ram_fs_type); unregister_filesystem(&yaffs_fs_type); #endif -- 2.30.2