patch-2.1.90 linux/kernel/ksyms.c
Next file: linux/kernel/module.c
Previous file: linux/kernel/kmod.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Tue Mar 10 14:43:13 1998
- Orig file:
v2.1.89/linux/kernel/ksyms.c
- Orig date:
Tue Mar 10 10:03:36 1998
diff -u --recursive --new-file v2.1.89/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -61,8 +61,8 @@
#if defined(CONFIG_PROC_FS)
#include <linux/proc_fs.h>
#endif
-#ifdef CONFIG_KERNELD
-#include <linux/kerneld.h>
+#ifdef CONFIG_KMOD
+#include <linux/kmod.h>
#endif
#include <asm/irq.h>
#ifdef __SMP__
@@ -91,11 +91,12 @@
#endif
+#ifdef CONFIG_KMOD
+EXPORT_SYMBOL(request_module);
+#endif
+
#ifdef CONFIG_MODULES
EXPORT_SYMBOL(get_module_symbol);
-#endif
-#ifdef CONFIG_KERNELD
-EXPORT_SYMBOL(kerneld_send);
#endif
EXPORT_SYMBOL(get_options);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov