From: Dmitry Baryshkov <dbaryshkov@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: linux-next@vger.kernel.org
Subject: Re: linux-next: Tree for June 27 - build fails at tc6393xb_attach_irq() with randconfig build
Date: Mon, 30 Jun 2008 13:44:41 +0000 (UTC) [thread overview]
Message-ID: <g4ao09$be3$1@ger.gmane.org> (raw)
In-Reply-To: 48653871.9040106@linux.vnet.ibm.com
Kamalesh Babulal wrote:
> Hi Stephen,
>
> randconfig build fails on next-20080627 kernelk with CONFIG_MFD_TC6393XB
> enabled
>
> CC drivers/mfd/tc6393xb.o
> drivers/mfd/tc6393xb.c: In function ‘tc6393xb_attach_irq’:
> drivers/mfd/tc6393xb.c:269: error: implicit declaration of function
> ‘set_irq_flags’ drivers/mfd/tc6393xb.c:269: error: ‘IRQF_VALID’
> undeclared (first use in this function) drivers/mfd/tc6393xb.c:269:
> error: (Each undeclared identifier is reported only once
> drivers/mfd/tc6393xb.c:269: error: for each function it appears in.)
> drivers/mfd/tc6393xb.c:269: error: ‘IRQF_PROBE’ undeclared (first use in
> this function) drivers/mfd/tc6393xb.c:272: error: ‘IRQT_FALLING’
> undeclared (first use in this function) make[2]: ***
> [drivers/mfd/tc6393xb.o] Error 1 make[1]: *** [drivers/mfd] Error 2
> make: *** [drivers] Error 2
IRQT_FALLING will be replaced with IRQ_TYPE_FALLING_EDGE.
However I've a question. set_irq_flags is arm-only thing to change the
status IRQ_NOREQUEST, IRQ_NOPROBE etc. Most other arches (except ppc)
don't even bother touching IRQ_NOREQUEST. Should I change tc6393xb to
depend on ARM or make call to set_irq_flags ARM-dependant?
--
With best wishes
Dmitry
next prev parent reply other threads:[~2008-06-30 13:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-27 8:24 linux-next: Tree for June 27 Stephen Rothwell
2008-06-27 18:24 ` [BUILD-FAILURE] linux-next: Tree for June 27 - randconfig build fails with !CONFIG_XFS_POSIX_ACL Kamalesh Babulal
2008-06-28 1:05 ` Stephen Rothwell
2008-06-28 17:34 ` Kamalesh Babulal
2008-06-27 18:58 ` linux-next: Tree for June 27 - build fails at tc6393xb_attach_irq() with randconfig build Kamalesh Babulal
2008-06-30 13:44 ` Dmitry Baryshkov [this message]
[not found] ` <20080627182406.a54b00c1.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2008-06-29 19:29 ` linux-next: Tree for June 27 Mariusz Kozlowski
2008-06-29 19:29 ` Mariusz Kozlowski
2008-06-29 19:57 ` Rafael J. Wysocki
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='g4ao09$be3$1@ger.gmane.org' \
--to=dbaryshkov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@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.