patch-2.1.36 linux/fs/msdos/msdosfs_syms.c

Next file: linux/fs/ncpfs/inode.c
Previous file: linux/fs/minix/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.35/linux/fs/msdos/msdosfs_syms.c linux/fs/msdos/msdosfs_syms.c
@@ -10,6 +10,7 @@
 
 #include <linux/mm.h>
 #include <linux/msdos_fs.h>
+#include <linux/init.h>
 
 /*
  * Support for umsdos fs
@@ -33,7 +34,7 @@
 	msdos_read_super, "msdos", 1, NULL
 };
 
-int init_msdos_fs(void)
+__initfunc(int init_msdos_fs(void))
 {
 	return register_filesystem(&msdos_fs_type);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov