From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Date: Fri, 21 Sep 2012 23:48:33 +0000 Subject: Re: [ux500:preview-for-next 26/62] kernel/irq/irqdomain.c:331:2: error: implicit declaration of func Message-Id: <20120921234833.GA5959@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: kernel-janitors@vger.kernel.org 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? >=20 > Kind regards, > Lee >=20 > On 21 September 2012 03:59, Yuanhan Liu wrote: >=20 > > Hi Lee, > > > > FYI, kernel build failed on > > > > tree: git://git.linaro.org/people/ljones/linux-3.0-ux500.gitpreview-f= or-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=3Dimplicit-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 =3D NULL; > > 327 struct device_node *parent_node; > > 328 int rc; > > 329 > > 330 /* Take heed if an 'interrupt-parent' was specified. */ > > > 331 parent_node =3D of_irq_find_parent(node); > > 332 if (parent_node) > > 333 node =3D parent_node; > > 334 > > > > ------- > > I do see that the following commit: 446f1bfe(Revert "irqdomain:.*") wou= ld > > fix > > this build error. But this commit break the bisectabilty. And I guess t= his > > 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 > > >=20 >=20 >=20 > --=20 > Lee Jones > Linaro ST-Ericsson Landing Team Lead > Linaro.org =E2=94=82 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