From: Grzegorz Piotr Jaskiewicz <gj@pointblue.com.pl>
To: Andrew Morton <akpm@osdl.org>
Cc: kernel list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/3] compilation fixes for gcc 4.0
Date: Thu, 23 Sep 2004 04:06:09 +0200 [thread overview]
Message-ID: <41522F91.2010903@pointblue.com.pl> (raw)
In-Reply-To: <4151D086.6040708@pointblue.com.pl>
[-- Attachment #1: Type: text/plain, Size: 93 bytes --]
2nd patch attached.
Signed-off-by: Grzegorz Jaskiewicz <gj at pointblue.com.pl>
---
--
GJ
[-- Attachment #2: 3c507.c.patch --]
[-- Type: text/plain, Size: 820 bytes --]
diff -Naur linux-2.6.8/drivers/net/3c507.c linux-2.6.9-rc2-mm1/drivers/net/3c507.c
--- linux-2.6.8/drivers/net/3c507.c 2004-08-14 07:37:38 +0200
+++ linux-2.6.9-rc2-mm1/drivers/net/3c507.c 2004-09-22 21:15:29 +0200
@@ -294,6 +294,7 @@
static void hardware_send_packet(struct net_device *dev, void *buf, short length, short pad);
static void init_82586_mem(struct net_device *dev);
static struct ethtool_ops netdev_ethtool_ops;
+static void init_rx_bufs(struct net_device *);
static int io = 0x300;
static int irq;
@@ -612,7 +613,6 @@
}
if ((status & 0x0070) != 0x0040 && netif_running(dev)) {
- static void init_rx_bufs(struct net_device *);
/* The Rx unit is not ready, it must be hung. Restart the receiver by
initializing the rx buffers, and issuing an Rx start command. */
if (net_debug)
prev parent reply other threads:[~2004-09-23 2:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-22 19:20 [PATCH 2/3] compilation fixes for gcc 4.0 Grzegorz Piotr Jaskiewicz
2004-09-23 2:06 ` Grzegorz Piotr Jaskiewicz [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=41522F91.2010903@pointblue.com.pl \
--to=gj@pointblue.com.pl \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/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