patch-pre2.0.7 linux/kernel/ksyms.c
Next file: linux/kernel/module.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index
-  Lines: 37
 -  Date:
Tue May 21 12:00:30 1996
 -  Orig file: 
pre2.0.6/linux/kernel/ksyms.c
 -  Orig date: 
Mon May 13 23:02:50 1996
 
diff -u --recursive --new-file pre2.0.6/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -84,7 +84,7 @@
 #endif
 
 	/* stackable module support */
-	X(register_symtab),
+	X(register_symtab_from),
 #ifdef CONFIG_KERNELD
 	X(kerneld_send),
 #endif
@@ -198,6 +198,9 @@
 	X(get_blkfops),
 	X(blkdev_open),
 	X(blkdev_release),
+	X(gendisk_head),
+	X(resetup_one_dev),
+
 #ifdef CONFIG_SERIAL	
 	/* Module creation of serial units */
 	X(register_serial),
@@ -310,17 +313,6 @@
 	/* Miscellaneous access points */
 	X(si_meminfo),
 
-#ifndef CONFIG_SCSI
-	/*
-	 * With no scsi configured, we still need to export a few
-	 * symbols so that scsi can be loaded later via insmod.
-	 * Don't remove this unless you are 100% sure of what you are
-	 * doing.  If you want to remove this, you don't know what
-	 * you are doing!
-	 */
-	X(gendisk_head),
-	X(resetup_one_dev),
-#endif
 	/* Added to make file system as module */
 	X(set_writetime),
 	X(sys_tz),
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