From: Keith Owens <kaos@ocs.com.au>
To: Matthew Bell <m.bell@bvrh.co.uk>
Cc: becker@scyld.com, linux-net@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH][OBVIOUS] 3c515.c: Enable ISAPNP when built as a module.
Date: Tue, 02 Dec 2003 14:20:15 +1100 [thread overview]
Message-ID: <1778.1070335215@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Tue, 02 Dec 2003 02:40:28 -0000." <20031202024028.49265a8f.m.bell@bvrh.co.uk>
On Tue, 2 Dec 2003 02:40:28 +0000,
Matthew Bell <m.bell@bvrh.co.uk> wrote:
>--- linux-2.4.19.orig/drivers/net/3c515.c 2002-02-25 19:37:59.000000000
>+0000
>+++ linux-2.4.19/drivers/net/3c515.c 2002-08-03 18:24:05.000000000 +0100
>@@ -370,7 +370,7 @@
> { "Default", 0, 0xFF, XCVR_10baseT, 10000},
> };
>
>
>-#ifdef CONFIG_ISAPNP
>+#if defined(CONFIG_ISAPNP) || (defined (MODULE) && defined
>(CONFIG_ISAPNP_MODULE))
Your mailer wrapped the lines.
Only test CONFIG_ISAPNP || CONFIG_ISAPNP_MODULE, not MODULE.
CONFIG_foo_MODULE can only be defined when MODULE is defined.
#if defined(CONFIG_ISAPNP) || defined(CONFIG_ISAPNP_MODULE)
next prev parent reply other threads:[~2003-12-02 3:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-02 2:40 Matthew Bell
2003-12-02 3:20 ` Keith Owens [this message]
2003-12-02 18:01 ` Matthew Bell
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=1778.1070335215@kao2.melbourne.sgi.com \
--to=kaos@ocs.com.au \
--cc=becker@scyld.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-net@vger.kernel.org \
--cc=m.bell@bvrh.co.uk \
/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
all inboxes | Powered by JetHome®