patch-2.4.9 linux/kernel/module.c
Next file: linux/mm/filemap.c
Previous file: linux/kernel/ksyms.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Aug 12 11:13:59 2001
- Orig file:
v2.4.8/linux/kernel/module.c
- Orig date:
Tue May 1 16:05:00 2001
diff -u --recursive --new-file v2.4.8/linux/kernel/module.c linux/kernel/module.c
@@ -39,7 +39,7 @@
extern const char __start___kallsyms[] __attribute__ ((weak));
extern const char __stop___kallsyms[] __attribute__ ((weak));
-static struct module kernel_module =
+struct module kernel_module =
{
size_of_struct: sizeof(struct module),
name: "",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)