From: Jakub Bogusz <qboosh@pld-linux.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2.4] missing include in farsync WAN driver
Date: Sun, 29 Aug 2004 10:25:47 +0200 [thread overview]
Message-ID: <20040829082547.GF32736@satan.blackhosts> (raw)
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
drivers/net/wan/farsync.c is missing <asm/io.h> include, which leads to
unresolved symbols on some archs (e.g. alpha).
Patch attached.
--
Jakub Bogusz http://cyber.cs.net.pl/~qboosh/
[-- Attachment #2: linux24-farsync.patch --]
[-- Type: text/plain, Size: 300 bytes --]
--- linux-2.4.27/drivers/net/wan/farsync.c.orig 2004-08-08 01:26:05.000000000 +0200
+++ linux-2.4.27/drivers/net/wan/farsync.c 2004-08-28 22:17:02.000000000 +0200
@@ -25,6 +25,7 @@
#include <linux/if.h>
#include <linux/hdlc.h>
#include <asm/delay.h>
+#include <asm/io.h>
#include "farsync.h"
reply other threads:[~2004-08-29 8:23 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=20040829082547.GF32736@satan.blackhosts \
--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 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.