patch-2.4.4 linux/fs/devfs/base.c
Next file: linux/fs/devpts/inode.c
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue Apr 17 15:04:10 2001
- Orig file:
v2.4.3/linux/fs/devfs/base.c
- Orig date:
Fri Feb 9 11:29:44 2001
diff -u --recursive --new-file v2.4.3/linux/fs/devfs/base.c linux/fs/devfs/base.c
@@ -3339,7 +3339,7 @@
} /* End Function devfsd_close */
-int __init init_devfs_fs (void)
+static int __init init_devfs_fs (void)
{
int err;
@@ -3369,3 +3369,5 @@
if (err == 0) printk ("Mounted devfs on /dev\n");
else printk ("Warning: unable to mount devfs, err: %d\n", err);
} /* End Function mount_devfs_fs */
+
+module_init(init_devfs_fs)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)