netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: jgarzik@pobox.com, netdev@oss.sgi.com
Subject: Re: [PATCH] (19/42) 3c515-T10
Date: Thu, 13 Nov 2003 11:32:39 -0800	[thread overview]
Message-ID: <20031113113239.0e781305.shemminger@osdl.org> (raw)
In-Reply-To: <200311130043.hAD0hSw30717@mail.osdl.org>

Also need this patch to the patch to allow 3c515 to be built as non-module.
Al added list of list which is needed by module, but
non-module might as well maintain it as well.

diff -Nru a/drivers/net/3c515.c b/drivers/net/3c515.c
--- a/drivers/net/3c515.c	Thu Nov 13 10:46:27 2003
+++ b/drivers/net/3c515.c	Thu Nov 13 10:46:27 2003
@@ -407,11 +407,12 @@
 /* Note: this is the only limit on the number of cards supported!! */
 static int options[MAX_UNITS] = { -1, -1, -1, -1, -1, -1, -1, -1, };
 
-#ifdef MODULE
-static int debug = -1;
 /* A list of all installed Vortex devices, for removing the driver module. */
 /* we will need locking (and refcounting) if we ever use it for more */
 static LIST_HEAD(root_corkscrew_dev);
+
+#ifdef MODULE
+static int debug = -1;
 
 int init_module(void)
 {

  reply	other threads:[~2003-11-13 19:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-13  0:43 [PATCH] (19/42) 3c515-T10 Stephen Hemminger
2003-11-13 19:32 ` Stephen Hemminger [this message]
2003-11-13 19:36   ` Jeff Garzik

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=20031113113239.0e781305.shemminger@osdl.org \
    --to=shemminger@osdl.org \
    --cc=jgarzik@pobox.com \
    --cc=netdev@oss.sgi.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;
as well as URLs for NNTP newsgroup(s).