All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Josef E. Galea" <josefeg@euroweb.net.mt>
To: linux-kernel@vger.kernel.org
Subject: EXPORT_SYMBOL question
Date: Mon, 28 Mar 2005 13:10:35 +0200	[thread overview]
Message-ID: <4247E62B.5080900@euroweb.net.mt> (raw)

Hi,

I have 2 modules. The first one uses EXPORT_SYMBOL to make some function 
available to other modules. These prototypes for these functions were 
also put in a header file. Now the second module uses the functions the 
functions defined in the first module by and includes the afore 
mentioned header file. However when i'm compiling the module, I get a 
symbol underfined warning. When I load the module it works as expected. 
Is there any way to get rid of these warnings.

Another problem I'm having is that when I load the second module I get 
`no version for "rbnode_initialize" found: kernel tainted.' 
(rbnode_initialize is one of the functions exported by the first 
module). Both MODULE_LICENSE("GPL"); and MODULE_VERSION are declared in 
the two modules. Is there anything I'm missing?

Thanks
Josef Galea

             reply	other threads:[~2005-03-28 11:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-28 11:10 Josef E. Galea [this message]
2005-03-28 11:19 ` EXPORT_SYMBOL question Sam Ravnborg
2005-03-28 11:46   ` Josef E. Galea

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=4247E62B.5080900@euroweb.net.mt \
    --to=josefeg@euroweb.net.mt \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.