patch-2.3.99-pre1 linux/fs/fat/inode.c

Next file: linux/fs/filesystems.c
Previous file: linux/fs/fat/fatfs_syms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.51/linux/fs/fat/inode.c linux/fs/fat/inode.c
@@ -920,19 +920,3 @@
 	    ~MSDOS_SB(sb)->options.fs_umask;
 	return 0;
 }
-
-
-#ifdef MODULE
-int init_module(void)
-{
-	return init_fat_fs();
-}
-
-
-void cleanup_module(void)
-{
-	/* Nothing to be done, really! */
-	return;
-}
-#endif
-

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)