From: Christoph Hellwig <hch@lst.de>
To: jgarzik@pobox.com
Cc: netdev@oss.sgi.com
Subject: [PATCH] farsync needs <asm/io.h>
Date: Mon, 31 May 2004 11:12:08 +0200 [thread overview]
Message-ID: <20040531091208.GA13982@lst.de> (raw)
i386 gets it implicitly from somewhere but some architectures don't.
Also move <asm/uaccess.h> down so we have asm after linux headers.
--- 1.20/drivers/net/wan/farsync.c 2004-05-27 19:24:11 +02:00
+++ edited/drivers/net/wan/farsync.c 2004-05-30 10:06:12 +02:00
@@ -21,9 +21,10 @@
#include <linux/pci.h>
#include <linux/ioport.h>
#include <linux/init.h>
-#include <asm/uaccess.h>
#include <linux/if.h>
#include <linux/hdlc.h>
+#include <asm/io.h>
+#include <asm/uaccess.h>
#include "farsync.h"
next reply other threads:[~2004-05-31 9:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-31 9:12 Christoph Hellwig [this message]
2004-06-01 3:02 ` [PATCH] farsync needs <asm/io.h> 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=20040531091208.GA13982@lst.de \
--to=hch@lst.de \
--cc=jgarzik@pobox.com \
--cc=netdev@oss.sgi.com \
/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;
as well as URLs for NNTP newsgroup(s).