Re: Linux 2.0.37pre10

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 15 Apr 1999 02:10:17 +0100 (BST)


> Compiled it and ...
> drivers/net/net.a(ne.o): In function `ne_probe1':
> ne.o(.text+0x631): undefined reference to `udelay'
> make: *** [vmlinux] Error 1

Its always the last one liner can't break it bug isnt it 8)

--- drivers/net/ne.c~ Wed Apr 14 18:19:26 1999
+++ drivers/net/ne.c Thu Apr 15 00:13:41 1999
@@ -43,6 +43,7 @@
#include <linux/bios32.h>
#include <asm/system.h>
#include <asm/io.h>
+#include <asm/delay.h>

#include <linux/netdevice.h>
#include <linux/etherdevice.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/