From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: kuebelr@email.uc.edu
Cc: trivial@rustcorp.com.au, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [TRIVIAL] 3c509.c - 2/2
Date: Thu, 13 Jun 2002 00:49:50 -0400 [thread overview]
Message-ID: <3D08246E.6030307@mandrakesoft.com> (raw)
In-Reply-To: <20020613042736.GB12340@cartman>
kuebelr@email.uc.edu wrote:
> static u16 el3_isapnp_phys_addr[8][3];
> #endif /* CONFIG_ISAPNP || CONFIG_ISAPNP_MODULE */
> static int nopnp;
> @@ -1265,6 +1261,8 @@
> MODULE_PARM_DESC(nopnp, "disable ISA PnP support (0-1)");
> #endif /* CONFIG_ISAPNP */
> MODULE_DESCRIPTION("3Com Etherlink III (3c509, 3c509B) ISA/PnP ethernet driver");
> +MODULE_DEVICE_TABLE(isapnp, el3_isapnp_adapters);
it doesn't make much sense to have the isapnp device table outside the
isapnp ifdef.
Jeff
prev parent reply other threads:[~2002-06-13 4:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-13 4:27 [PATCH] [TRIVIAL] 3c509.c - 2/2 kuebelr
2002-06-13 4:49 ` Jeff Garzik [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=3D08246E.6030307@mandrakesoft.com \
--to=jgarzik@mandrakesoft.com \
--cc=kuebelr@email.uc.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/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.