From: Grzegorz Piotr Jaskiewicz <gj@pointblue.com.pl>
To: Andrew Morton <akpm@osdl.org>,
kernel list <linux-kernel@vger.kernel.org>
Subject: [PATCH 2/3] compilation fixes for gcc 4.0
Date: Wed, 22 Sep 2004 21:20:38 +0200 [thread overview]
Message-ID: <4151D086.6040708@pointblue.com.pl> (raw)
Signed-off-by: Grzegorz Jaskiewicz <gj at pointblue.com.pl>
--- drivers/net/3c507.old.c 2004-09-22 21:14:51 +0200
+++ 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)
--
GJ
next reply other threads:[~2004-09-22 19:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-22 19:20 Grzegorz Piotr Jaskiewicz [this message]
2004-09-23 2:06 ` [PATCH 2/3] compilation fixes for gcc 4.0 Grzegorz Piotr Jaskiewicz
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=4151D086.6040708@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