tree: git://linuxtv.org/media_tree.git master head: a052af2a548decf1da5cccf9e777aa02321e3ffb commit: a92def1becf33e91fc460c7ae575aa9210ba8f40 [1071/1091] [media] ir-rx51: port to rc-core config: arm-multi_v7_defconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout a92def1becf33e91fc460c7ae575aa9210ba8f40 # save the attached .config to linux build tree make.cross ARCH=arm All errors (new ones prefixed by >>): 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 } ^~~~~~ vim +/rx51_lirc_data +536 arch/arm/mach-omap2/pdata-quirks.c 036582f76 Tony Lindgren 2013-11-25 530 #endif 30a69ef78 Tony Lindgren 2013-10-10 531 #ifdef CONFIG_ARCH_OMAP3 910f1678b Suman Anna 2014-03-05 532 OF_DEV_AUXDATA("ti,omap2-iommu", 0x5d000000, "5d000000.mmu", 910f1678b Suman Anna 2014-03-05 533 &omap3_iommu_pdata), 10c1f7d32 Tony Lindgren 2016-04-28 534 OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x4809c000, "4809c000.mmc", &mmc_pdata[0]), 10c1f7d32 Tony Lindgren 2016-04-28 535 OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x480b4000, "480b4000.mmc", &mmc_pdata[1]), b54061769 Ivaylo Dimitrov 2016-06-22 @536 OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", &rx51_lirc_data), 719003144 Tony Lindgren 2013-12-06 537 /* Only on am3517 */ 719003144 Tony Lindgren 2013-12-06 538 OF_DEV_AUXDATA("ti,davinci_mdio", 0x5c030000, "davinci_mdio.0", NULL), 719003144 Tony Lindgren 2013-12-06 539 OF_DEV_AUXDATA("ti,am3517-emac", 0x5c000000, "davinci_emac.0", :::::: The code at line 536 was first introduced by commit :::::: b5406176989da601736db862643d3d7ee8335815 ir-rx51: add DT support to driver :::::: TO: Ivaylo Dimitrov <ivo.g.dimitrov.75@xxxxxxxxx> :::::: CC: Tony Lindgren <tony@xxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip