From: "Jecs Attila" <welder@coder.hu>
To: jgarzik@pobox.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] tulip driver compiler warning
Date: Sun, 25 Jan 2004 23:46:27 +0100 (CET) [thread overview]
Message-ID: <20040125224627.0E216BFFCE@jam.adverticum.net> (raw)
This will hopefully remove the compiler warning when compiling the new
driver option of the tulip driver in 2.6.2-rc1-mm3.
fix-tulip-driver-compiler-warning.patch
--- drivers/net/tulip/tulip_core.c.orig 2004-01-25 23:19:53.000000000
+0100
+++ drivers/net/tulip/tulip_core.c 2004-01-25 23:20:17.000000000
+0100
@@ -253,7 +253,9 @@ static void tulip_down(struct net_device
static struct net_device_stats *tulip_get_stats(struct net_device
*dev);
static int private_ioctl(struct net_device *dev, struct ifreq *rq, int
cmd);
static void set_rx_mode(struct net_device *dev);
+#ifdef CONFIG_NET_POLL_CONTROLLER
static void poll_tulip(struct net_device *dev);
+#endif
static void tulip_set_power_state (struct tulip_private *tp,
int sleep, int snooze)
reply other threads:[~2004-01-25 22:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20040125224627.0E216BFFCE@jam.adverticum.net \
--to=welder@coder.hu \
--cc=jgarzik@pobox.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.