From: Randy Dunlap <randy.dunlap@oracle.com>
To: Esben Nielsen <nielsen.esben@googlemail.com>
Cc: Jeff Garzik <jeff@garzik.org>, Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, linux-net@vger.kernel.org
Subject: Re: [PATCH] Broken ArcNet com20020 pcmcia driver in 2.6.20
Date: Wed, 07 Feb 2007 08:50:59 -0800 [thread overview]
Message-ID: <45CA0373.5080508@oracle.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0702071418440.31566@frodo.shire>
Esben Nielsen wrote:
> Hi,
> I can not get my com20020 pcmcia driver to work as a module under 2.6.20.
> There is the build problem:
Please send me your .config file. I can't seem to reproduce this.
> MODPOST 30 modules
> WARNING: "com20020_found" [drivers/net/pcmcia/com20020_cs.ko] undefined!
> WARNING: "com20020_check" [drivers/net/pcmcia/com20020_cs.ko] undefined!
>
> The solution:
> Always export com20020_found and com20020_check.
>
> Esben
>
> drivers/net/arcnet/com20020.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> Index: linux-2.6.20/drivers/net/arcnet/com20020.c
> ===================================================================
> --- linux-2.6.20.orig/drivers/net/arcnet/com20020.c
> +++ linux-2.6.20/drivers/net/arcnet/com20020.c
> @@ -337,11 +337,8 @@ static void com20020_set_mc_list(struct
> }
> }
>
> -#if defined(CONFIG_ARCNET_COM20020_PCI_MODULE) || \
> - defined(CONFIG_ARCNET_COM20020_ISA_MODULE)
> EXPORT_SYMBOL(com20020_check);
> EXPORT_SYMBOL(com20020_found);
> -#endif
>
> MODULE_LICENSE("GPL");
--
~Randy
next prev parent reply other threads:[~2007-02-07 16:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-07 14:16 [PATCH] Broken ArcNet com20020 pcmcia driver in 2.6.20 Esben Nielsen
2007-02-07 16:50 ` Randy Dunlap [this message]
2007-02-07 22:24 ` Esben Nielsen
2007-02-07 22:58 ` Randy Dunlap
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=45CA0373.5080508@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@osdl.org \
--cc=jeff@garzik.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-net@vger.kernel.org \
--cc=nielsen.esben@googlemail.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 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.