From: aleph1 Date: Tue, 28 May 2002 13:39:43 +0000 (+0000) Subject: deleted old lines after nick's correction of unregistering the correct flavour of X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs%2F.git;a=commitdiff_plain;h=47e27ba76801d146d5b2ae8edc88a98aab8cc1e8 deleted old lines after nick's correction of unregistering the correct flavour of yaffs --- 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