* [PATCH] farsync needs <asm/io.h>
@ 2004-05-31 9:12 Christoph Hellwig
2004-06-01 3:02 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2004-05-31 9:12 UTC (permalink / raw)
To: jgarzik; +Cc: netdev
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"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-01 3:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-31 9:12 [PATCH] farsync needs <asm/io.h> Christoph Hellwig
2004-06-01 3:02 ` Jeff Garzik
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).