[PATCH] Re: try_inc_mod_count not exported to modules in 2.3
David Woodhouse
dwmw2 at infradead.org
Fri May 5 05:24:11 EDT 2000
alex at cendio.se said:
> I have some problems using the latest mtd cvs as modules:
>
> insmod mtdblock.o
> mtdblock.o: unresolved symbol try_inc_mod_count
Don't tell me. Tell Linus.
Index: kernel/ksyms.c
===================================================================
RCS file: /cvs/linux/kernel/ksyms.c,v
retrieving revision 1.3.2.34
diff -u -w -r1.3.2.34 ksyms.c
--- kernel/ksyms.c 2000/04/12 09:11:55 1.3.2.34
+++ kernel/ksyms.c 2000/05/05 09:23:00
@@ -80,6 +80,7 @@
#ifdef CONFIG_MODULES
EXPORT_SYMBOL(get_module_symbol);
+EXPORT_SYMBOL(try_inc_mod_count);
#endif
EXPORT_SYMBOL(get_option);
EXPORT_SYMBOL(get_options);
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org
More information about the linux-mtd
mailing list