public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Alexander Larsson <alex@cendio.se>
Cc: mtd@infradead.org, torvalds@transmeta.com, linux-kernel@vger.rutgers.edu
Subject: [PATCH] Re: try_inc_mod_count not exported to modules in 2.3
Date: Fri, 05 May 2000 10:24:11 +0100	[thread overview]
Message-ID: <32604.957518651@devel2.axiom.internal> (raw)
In-Reply-To: <Pine.LNX.4.10.10005051006260.1087-100000@tammy.signum.se>


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

      reply	other threads:[~2000-05-05  9:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=32604.957518651@devel2.axiom.internal \
    --to=dwmw2@infradead.org \
    --cc=alex@cendio.se \
    --cc=linux-kernel@vger.rutgers.edu \
    --cc=mtd@infradead.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox