From: Jakub Bogusz <qboosh@pld-linux.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.6.3 - fix for undefined mdelay in 3c505
Date: Wed, 25 Feb 2004 15:11:01 +0100 [thread overview]
Message-ID: <20040225141101.GK16814@gruby.cs.net.pl> (raw)
[-- Attachment #1: Type: text/plain, Size: 340 bytes --]
This patch fixes undefined mdelay() in 3c505 driver - at least on alpha
(maybe on other archs <linux/delay.h> is included by some other headers,
but on alpha it isn't) there was warning:
*** Warning: "mdelay" [drivers/net/3c505.ko] undefined!
--
Jakub Bogusz http://cyber.cs.net.pl/~qboosh/
PLD Team http://www.pld-linux.org/
[-- Attachment #2: linux-3c505-mdelay.patch --]
[-- Type: text/plain, Size: 397 bytes --]
fixes "*** Warning: "mdelay" [drivers/net/3c505.ko] undefined!"
--- linux-2.6.3/drivers/net/3c505.c.orig 2004-02-18 04:59:55.000000000 +0100
+++ linux-2.6.3/drivers/net/3c505.c 2004-02-25 14:54:15.000000000 +0100
@@ -106,6 +106,7 @@
#include <linux/ioport.h>
#include <linux/spinlock.h>
#include <linux/ethtool.h>
+#include <linux/delay.h>
#include <asm/uaccess.h>
#include <asm/bitops.h>
next reply other threads:[~2004-02-25 14:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-25 14:11 Jakub Bogusz [this message]
2004-02-25 14:24 ` David Weinehall
2004-02-25 14:32 ` Jakub Bogusz
2004-02-25 14:36 ` David Weinehall
2004-02-26 5:43 ` 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=20040225141101.GK16814@gruby.cs.net.pl \
--to=qboosh@pld-linux.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
all inboxes | Powered by JetHome®