public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Sergio Paracuellos <sparacuellos@lock-linux.com>
Cc: LINUX-KERNEL <linux-kernel@vger.kernel.org>
Subject: Re: Exporting symbols between modules
Date: Wed, 24 Aug 2005 10:19:58 +0200	[thread overview]
Message-ID: <20050824081958.GD5603@stusta.de> (raw)
In-Reply-To: <1124869718.3073.14.camel@localhost.localdomain>

On Wed, Aug 24, 2005 at 09:48:38AM +0200, Sergio Paracuellos wrote:

> Hi all,

Hi Sergio,

> I'm new in this list and I have some problems exporting symbols in a
> module to see them in other module.
> 
> In the module I want to export the symbol I do:
> 
> tList list;
> EXPORT_SYMBOL(list);
> 
> I compile it and install without any problem.
> 
> And in the module I want to use them I declare list with "extern"
> prototype:
> 
> extern tList list;
> 
> When I compile the module It says me that list is undefined, and I don't
> know what I am doing wrong.
> 
> Does anybody know what is happening? 
> 
> Maybe a makefile example would be appreciated... 
> 
> Thanks in advance.

1. the kernel-mentors list [1] is a better place for such questions
2. please post an URL to the full source of your driver, without it
   debugging your problem is not possible

> Regards,
> 
>         Sergio 

cu
Adrian

[1] http://selenic.com/mailman/listinfo/kernel-mentors

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


      reply	other threads:[~2005-08-24  8:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-24  7:48 Exporting symbols between modules Sergio Paracuellos
2005-08-24  8:19 ` Adrian Bunk [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=20050824081958.GD5603@stusta.de \
    --to=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sparacuellos@lock-linux.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