All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesper Juhl <jesper.juhl@gmail.com>
To: art@usfltd.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.12.3 ompilation errors with linux1394.org rev.1315
Date: Tue, 19 Jul 2005 02:52:28 +0200	[thread overview]
Message-ID: <9a87484905071817525f98d66f@mail.gmail.com> (raw)
In-Reply-To: <200507181126.AA81068656@usfltd.com>

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

      reply	other threads:[~2005-07-19  0:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9a87484905071817525f98d66f@mail.gmail.com \
    --to=jesper.juhl@gmail.com \
    --cc=art@usfltd.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.