| Kernel v2.4.9 /kernel/module.c |
|---|
 2.4.9
 kernel
 module.c
diff -u --recursive --new-file v2.4.8/linux/kernel/module.c linux/kernel/module.c
--- v2.4.8/linux/kernel/module.c Tue May 1 16:05:00 2001
+++ linux/kernel/module.c Sun Aug 12 11:13:59 2001
@@ -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: "",
|