public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.12.3 ompilation errors with linux1394.org rev.1315
@ 2005-07-18 16:26 art
  2005-07-19  0:52 ` Jesper Juhl
  0 siblings, 1 reply; 2+ messages in thread
From: art @ 2005-07-18 16:26 UTC (permalink / raw)
  To: linux-kernel


2.6.12.3 ompilation errors with linux1394.org rev.1315

[....]$ make && make modules
..........
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’
drivers/ieee1394/ieee1394_core.c: In function ‘ieee1394_init’:
drivers/ieee1394/ieee1394_core.c:1113: warning: implicit declaration of function ‘class_create’
drivers/ieee1394/ieee1394_core.c:1113: warning: assignment makes pointer from integer without a cast
drivers/ieee1394/ieee1394_core.c:1151: warning: implicit declaration of function ‘class_destroy’
make[2]: *** [drivers/ieee1394/ieee1394_core.o] Error 1
make[1]: *** [drivers/ieee1394] Error 2
make: *** [drivers] Error 2


xboom


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.6.12.3 ompilation errors with linux1394.org rev.1315
  2005-07-18 16:26 2.6.12.3 ompilation errors with linux1394.org rev.1315 art
@ 2005-07-19  0:52 ` Jesper Juhl
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Juhl @ 2005-07-19  0:52 UTC (permalink / raw)
  To: art; +Cc: linux-kernel

On 7/18/05, art <art@usfltd.com> 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@gmail.com>
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-19  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-18 16:26 2.6.12.3 ompilation errors with linux1394.org rev.1315 art
2005-07-19  0:52 ` Jesper Juhl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox