Re: 2.6.12.3 ompilation errors with linux1394.org rev.1315

From: Jesper Juhl
Date: Mon Jul 18 2005 - 19:54:15 EST


On 7/18/05, art <art@xxxxxxxxxx> wrote:
>
> 2.6.12.3 ompilation errors with linux1394.org rev.1315
>
> [....]$ make && make modules

That's redundant, "make" implicitly does "make modules", so just
running "make" will do.

> ..........
> LD drivers/ieee1394/built-in.o
> CC [M] drivers/ieee1394/ieee1394_core.o
> drivers/ieee1394/ieee1394_core.c: In function 'hpsbpkt_thread':
> drivers/ieee1394/ieee1394_core.c:1035: error: too few arguments to function 'try_to_freeze'

try_to_freeze() used to take a single argument, it doesn't any more -
looks like someone forgot to teach that to ieee1394_core.c. It seems
to be fixed in 2.6.13-rc3 though, so try that one.


--
Jesper Juhl <jesper.juhl@xxxxxxxxx>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/