public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* try_inc_mod_count not exported to modules in 2.3
@ 2000-05-05  8:07 Alexander Larsson
  2000-05-05  9:24 ` [PATCH] " David Woodhouse
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Larsson @ 2000-05-05  8:07 UTC (permalink / raw)
  To: mtd

I have some problems using the latest mtd cvs as modules:

insmod mtdblock.o 
mtdblock.o: unresolved symbol try_inc_mod_count

/ Alex




To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Re: try_inc_mod_count not exported to modules in 2.3
  2000-05-05  8:07 try_inc_mod_count not exported to modules in 2.3 Alexander Larsson
@ 2000-05-05  9:24 ` David Woodhouse
  0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2000-05-05  9:24 UTC (permalink / raw)
  To: Alexander Larsson; +Cc: mtd, torvalds, linux-kernel


alex@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@infradead.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-05-05  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-05-05  8:07 try_inc_mod_count not exported to modules in 2.3 Alexander Larsson
2000-05-05  9:24 ` [PATCH] " David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox