From: Fengguang Wu <wfg@linux.intel.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [ux500:preview-for-next 26/62] kernel/irq/irqdomain.c:331:2: error: implicit declaration of func
Date: Fri, 21 Sep 2012 23:48:33 +0000 [thread overview]
Message-ID: <20120921234833.GA5959@localhost> (raw)
Hi Lee,
I'm simply testing every branches that can be found. Are there some
branches in your tree not suitable for testing? If so, I can add them
to the opt-out list.
Thanks,
Fengguang
On Fri, Sep 21, 2012 at 05:13:51PM +0200, Lee Jones wrote:
> Hmm... just of out interest, why are you using that branch?
>
> Kind regards,
> Lee
>
> On 21 September 2012 03:59, Yuanhan Liu <yuanhan.liu@intel.com> wrote:
>
> > Hi Lee,
> >
> > FYI, kernel build failed on
> >
> > tree: git://git.linaro.org/people/ljones/linux-3.0-ux500.gitpreview-for-next
> > head: 3cc064be4244a038bbbd303ce18b78e06b5fd508
> > commit: 04939876856788a50902e273c260d922001d32fe [26/62] Revert "of/irq:
> > Create stub for of_irq_find_parent when !CONFIG_OF"
> > config: x86_64-allyesdebian (attached as .config)
> >
> > All related error/warning messages:
> >
> > kernel/irq/irqdomain.c: In function 'irq_find_host':
> > kernel/irq/irqdomain.c:331:2: error: implicit declaration of function
> > 'of_irq_find_parent' [-Werror=implicit-function-declaration]
> > kernel/irq/irqdomain.c:331:14: warning: assignment makes pointer from
> > integer without a cast [enabled by default]
> > cc1: some warnings being treated as errors
> >
> > vim +331 kernel/irq/irqdomain.c
> > 325 {
> > 326 struct irq_domain *h, *found = NULL;
> > 327 struct device_node *parent_node;
> > 328 int rc;
> > 329
> > 330 /* Take heed if an 'interrupt-parent' was specified. */
> > > 331 parent_node = of_irq_find_parent(node);
> > 332 if (parent_node)
> > 333 node = parent_node;
> > 334
> >
> > -------
> > I do see that the following commit: 446f1bfe(Revert "irqdomain:.*") would
> > fix
> > this build error. But this commit break the bisectabilty. And I guess this
> > issue
> > can be fixed by reverse the revert order: 446f1bfe(Revert "of/irq:.*") and
> > then
> > 04939876(Revert "irqdomain:.*").
> >
> > ---
> > 0-DAY kernel build testing backend Open Source Technology Centre
> > Fengguang Wu, Yuanhan Liu Intel Corporation
> >
>
>
>
> --
> Lee Jones
> Linaro ST-Ericsson Landing Team Lead
> Linaro.org │ Open source software for ARM SoCs
> Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2012-09-21 23:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-21 23:48 Fengguang Wu [this message]
2012-09-22 11:49 ` [ux500:preview-for-next 26/62] kernel/irq/irqdomain.c:331:2: error: implicit declaration of func Fengguang Wu
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=20120921234833.GA5959@localhost \
--to=wfg@linux.intel.com \
--cc=kernel-janitors@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.