patch-1.3.39 linux/fs/minix/inode.c

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

diff -u --recursive --new-file v1.3.38/linux/fs/minix/inode.c linux/fs/minix/inode.c
@@ -4,13 +4,7 @@
  *  Copyright (C) 1991, 1992  Linus Torvalds
  */
 
-#ifdef MODULE
 #include <linux/module.h>
-#include <linux/version.h>
-#else
-#define MOD_INC_USE_COUNT
-#define MOD_DEC_USE_COUNT
-#endif
 
 #include <linux/sched.h>
 #include <linux/minix_fs.h>
@@ -530,16 +524,13 @@
 
 #ifdef MODULE
 
-char kernel_version[] = UTS_RELEASE;
-
 static struct file_system_type minix_fs_type = {
 	minix_read_super, "minix", 1, NULL
 };
 
 int init_module(void)
 {
-	register_filesystem(&minix_fs_type);
-	return 0;
+	return register_filesystem(&minix_fs_type);
 }
 
 void cleanup_module(void)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this