From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>,
Bernhard Rosenkraenzer <bero@arklinux.org>
Cc: linux-kernel@vger.kernel.org, jgarzik@pobox.com,
tulip-users@lists.sourceforge.net, linux-net@vger.kernel.org
Subject: [patch] 2.6.10-rc3-mm1: fix net/tulip/xircom_tulip_cb.c warning
Date: Tue, 14 Dec 2004 05:10:05 +0100 [thread overview]
Message-ID: <20041214041005.GY23151@stusta.de> (raw)
In-Reply-To: <20041213020319.661b1ad9.akpm@osdl.org>
On Mon, Dec 13, 2004 at 02:03:19AM -0800, Andrew Morton wrote:
>...
> All 794 patches:
>...
> xircom_tulip_cb-build-fix.patch
> xircom_tulip_cb.c build fix
>...
This patch causes the following warning:
<-- snip -->
...
CC drivers/net/tulip/xircom_tulip_cb.o
drivers/net/tulip/xircom_tulip_cb.c:134: warning: 'num_units' defined but not used
...
<-- snip -->
The fis is simple:
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.10-rc3-mm1-full/drivers/net/tulip/xircom_tulip_cb.c.old 2004-12-14 04:37:43.000000000 +0100
+++ linux-2.6.10-rc3-mm1-full/drivers/net/tulip/xircom_tulip_cb.c 2004-12-14 04:37:48.000000000 +0100
@@ -131,7 +131,6 @@
module_param(rx_copybreak, int, 0);
module_param(csr0, int, 0);
-static int num_units;
module_param_array(options, int, NULL, 0);
module_param_array(full_duplex, int, NULL, 0);
next prev parent reply other threads:[~2004-12-14 4:15 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-13 10:03 2.6.10-rc3-mm1 Andrew Morton
2004-12-13 10:31 ` 2.6.10-rc3-mm1 Kasper Sandberg
2004-12-13 10:36 ` 2.6.10-rc3-mm1 Andrew Morton
2004-12-13 20:27 ` 2.6.10-rc3-mm1 Nigel Cunningham
2004-12-13 12:02 ` 2.6.10-rc3-mm1 Christoph Hellwig
2004-12-13 15:01 ` 2.6.10-rc3-mm1 J.A. Magallon
2004-12-13 16:06 ` 2.6.10-rc3-mm1 Greg KH
2004-12-13 16:15 ` 2.6.10-rc3-mm1 Marcos D. Marado Torres
2004-12-13 17:02 ` 2.6.10-rc3-mm1 Fabio Coatti
2004-12-13 18:10 ` 2.6.10-rc3-mm1 Rudmer van Dijk
2004-12-13 19:33 ` 2.6.10-rc3-mm1 Andrew Morton
2004-12-13 19:49 ` 2.6.10-rc3-mm1 Rudmer van Dijk
2004-12-13 21:06 ` 2.6.10-rc3-mm1 Felipe Alfaro Solana
2004-12-13 20:08 ` 2.6.10-rc3-mm1 Stephen Smalley
2004-12-14 4:10 ` Adrian Bunk [this message]
2004-12-14 16:04 ` 2.6.10-rc3-mm1 (compile stats) John Cherry
2004-12-15 10:41 ` Paul Rolland
2004-12-15 16:16 ` John Cherry
2004-12-15 11:35 ` 2.6.10-rc3-mm1 William Lee Irwin III
2004-12-15 11:42 ` 2.6.10-rc3-mm1 Andrew Morton
2004-12-17 2:51 ` 2.6.10-rc3-mm1 William Lee Irwin III
2004-12-17 7:55 ` 2.6.10-rc3-mm1 Andrew Morton
2004-12-17 12:00 ` 2.6.10-rc3-mm1 William Lee Irwin III
2004-12-17 12:18 ` 2.6.10-rc3-mm1 Hugh Dickins
2004-12-16 17:49 ` 2.6.10-rc3-mm1 Nathan Lynch
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=20041214041005.GY23151@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=bero@arklinux.org \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-net@vger.kernel.org \
--cc=tulip-users@lists.sourceforge.net \
/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