* [PATCH 2.4] missing include in farsync WAN driver
@ 2004-08-29 8:25 Jakub Bogusz
0 siblings, 0 replies; only message in thread
From: Jakub Bogusz @ 2004-08-29 8:25 UTC (permalink / raw)
To: linux-kernel
[-- 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"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-29 8:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-29 8:25 [PATCH 2.4] missing include in farsync WAN driver Jakub Bogusz
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®