From: Olaf Hering <olaf@aepfle.de>
To: Al Viro <viro@ftp.linux.org.uk>
Cc: Linus Torvalds <torvalds@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] more work_struct mess
Date: Sat, 9 Dec 2006 21:26:12 +0100 (MET) [thread overview]
Message-ID: <20061209202617.GA4797@aepfle.de> (raw)
In-Reply-To: <20061209180451.GY4587@ftp.linux.org.uk>
On Sat, Dec 09, Al Viro wrote:
> On Sat, Dec 09, 2006 at 12:25:10PM +0100, Olaf Hering wrote:
> > This is not enough to get it going:
> >
> > error: 'INIT_WORK' undeclared (first use in this function)
>
> .config?
Its a gcc bug. It doesnt like the number of arguments for INIT_WORK,
then it appearently tries to evaluate INIT_WORK again, or whatever.
sound/oss/dmasound/tas3001c.c:826:64: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
sound/oss/dmasound/tas3001c.c: In function 'tas3001c_init':
sound/oss/dmasound/tas3001c.c:826: error: 'INIT_WORK' undeclared (first use in this function)
Your patch will fix it.
next prev parent reply other threads:[~2006-12-09 20:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-08 9:16 [PATCH] more work_struct mess Al Viro
2006-12-09 11:25 ` Olaf Hering
2006-12-09 18:04 ` Al Viro
2006-12-09 20:26 ` Olaf Hering [this message]
2006-12-11 0:48 ` Benjamin Herrenschmidt
2006-12-18 0:35 ` Benjamin Herrenschmidt
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=20061209202617.GA4797@aepfle.de \
--to=olaf@aepfle.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
--cc=viro@ftp.linux.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox