From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753446AbdDKLpD (ORCPT ); Tue, 11 Apr 2017 07:45:03 -0400 Received: from gofer.mess.org ([88.97.38.141]:53451 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751248AbdDKLpB (ORCPT ); Tue, 11 Apr 2017 07:45:01 -0400 Date: Tue, 11 Apr 2017 12:44:58 +0100 From: Sean Young To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, kbuild test robot , Mauro Carvalho Chehab , Sasha Levin Subject: Re: [PATCH 4.10 084/110] [media] rx51: broken build Message-ID: <20170411114458.GA15757@gofer.mess.org> References: <20170410164201.247583164@linuxfoundation.org> <20170410164205.864092612@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170410164205.864092612@linuxfoundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 10, 2017 at 06:43:15PM +0200, Greg Kroah-Hartman wrote: > 4.10-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Sean Young > > [ Upstream commit 922ee72da7c739157ed02ea04a5c100d19f67226 ] > > As reported by kernel build test: > > In file included from arch/arm/mach-omap2/pdata-quirks.c:15:0: > >> arch/arm/mach-omap2/pdata-quirks.c:536:49: error: 'rx51_lirc_data' undeclared here (not in a function) > OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", &rx51_lirc_data), > ^ > include/linux/of_platform.h:52:21: note: in definition of macro 'OF_DEV_AUXDATA' > .platform_data = _pdata } > ^~~~~~ > > Since "a92def1 [media] ir-rx51: port to rc-core" the build fails on > some arm configurations. This commit is not in v4.10, so this patch does not apply to v4.10 just like does not apply to v4.9. Sean > > Reported-by: kbuild test robot > Signed-off-by: Sean Young > Signed-off-by: Mauro Carvalho Chehab > Signed-off-by: Sasha Levin > Signed-off-by: Greg Kroah-Hartman > --- > arch/arm/mach-omap2/pdata-quirks.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/arch/arm/mach-omap2/pdata-quirks.c > +++ b/arch/arm/mach-omap2/pdata-quirks.c > @@ -533,7 +533,7 @@ static struct of_dev_auxdata omap_auxdat > &omap3_iommu_pdata), > OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x4809c000, "4809c000.mmc", &mmc_pdata[0]), > OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x480b4000, "480b4000.mmc", &mmc_pdata[1]), > - OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", &rx51_lirc_data), > + OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", &rx51_ir_data), > /* Only on am3517 */ > OF_DEV_AUXDATA("ti,davinci_mdio", 0x5c030000, "davinci_mdio.0", NULL), > OF_DEV_AUXDATA("ti,am3517-emac", 0x5c000000, "davinci_emac.0", >