* [PATCH] [TRIVIAL] 3c509.c - 1/2
@ 2002-06-13 4:21 kuebelr
0 siblings, 0 replies; only message in thread
From: kuebelr @ 2002-06-13 4:21 UTC (permalink / raw)
To: trivial; +Cc: linux-kernel
This patch clears up another defined but not used compiler warning.
nopnp is not used when niether CONFIG_ISAPNP or CONFIG_ISAPNP_MODULE are
defined.
Patch is agains 2.4.19-pre10.
Rob.
--- linux-clean/drivers/net/3c509.c Fri Jun 7 23:41:59 2002
+++ linux-dirty/drivers/net/3c509.c Thu Jun 13 00:16:46 2002
@@ -234,8 +234,8 @@
static u16 el3_isapnp_phys_addr[8][3];
-#endif /* CONFIG_ISAPNP || CONFIG_ISAPNP_MODULE */
static int nopnp;
+#endif /* CONFIG_ISAPNP || CONFIG_ISAPNP_MODULE */
int __init el3_probe(struct net_device *dev, int card_idx)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-06-13 4:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-13 4:21 [PATCH] [TRIVIAL] 3c509.c - 1/2 kuebelr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox