Re: 1.99.12 - Ohmigod

Linus Torvalds (torvalds@cs.helsinki.fi)
Wed, 5 Jun 1996 10:35:21 +0300 (EET DST)


On Tue, 4 Jun 1996, Peter L Jones wrote:
>
> What happened? They've been building cleanly for ages...
>
> In file included from qlogicisp.c:54:
> /usr/src/linux/include/asm/delay.h:41: `loops_per_sec' undeclared (first use this function)
> /usr/src/linux/include/asm/delay.h:41: (Each undeclared identifier is reported only once
> /usr/src/linux/include/asm/delay.h:41: for each function it appears in.)
> make[2]: *** [qlogicisp.o] Error 1
>
> Arrrrrrrrrrrrrrrrrrrgh.
>
> (I'll look into getting it built when I'm sober :-)) )

Umm, just add a #include <linux/delay.h>, should be ok,

Linus