From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754046AbcA0HyD (ORCPT ); Wed, 27 Jan 2016 02:54:03 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:33311 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752698AbcA0HyB (ORCPT ); Wed, 27 Jan 2016 02:54:01 -0500 Subject: Re: [PATCH 01/15] arm: use of_platform_default_populate() to populate default bus To: kbuild test robot References: <201601271506.AiWVACC3%fengguang.wu@intel.com> CC: , , , Arnd Bergmann , Shawn Guo , Russell King , Catalin Marinas , Hauke Mehrtens , Rob Herring , Masahiro Yamada , , Nicolas Ferre , Ray Jui , Lee Jones , Krzysztof Halasa , Kukjin Kim , Rob Herring , Santosh Shilimkar , Roland Stigge , Jason Cooper , Haojian Zhuang , "Heiko Stuebner" , Viresh Kumar , Shiraz Hashim , Tony Prisk From: Kefeng Wang Message-ID: <56A876CE.2030707@huawei.com> Date: Wed, 27 Jan 2016 15:50:38 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <201601271506.AiWVACC3%fengguang.wu@intel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.19.180] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.56A8772E.0047,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 8fd52ccd3765989afa7e7f83bc45d363 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/1/27 15:08, kbuild test robot wrote: > Hi Kefeng, > > [auto build test ERROR on v4.5-rc1] > [cannot apply to arm-soc/for-next next-20160127] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Kefeng-Wang/use-of_platform_default_populate-to-populate-default-bus/20160127-123512 > config: arm-at91_dt_defconfig (attached as .config) > 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 > # save the attached .config to linux build tree > make.cross ARCH=arm > > All errors (new ones prefixed by >>): > > arch/arm/mach-at91/at91rm9200.c: In function 'at91rm9200_dt_device_init': >>> arch/arm/mach-at91/at91rm9200.c:34:2: error: implicit declaration of function 'of_platform__default_populate' [-Werror=implicit-function-declaration] > of_platform__default_populate(NULL, NULL, soc_dev); sorry for the typo, fix in v2. > ^ > cc1: some warnings being treated as errors > > vim +/of_platform__default_populate +34 arch/arm/mach-at91/at91rm9200.c > > 28 struct device *soc_dev = NULL; > 29 > 30 soc = at91_soc_init(rm9200_socs); > 31 if (soc != NULL) > 32 soc_dev = soc_device_to_device(soc); > 33 > > 34 of_platform__default_populate(NULL, NULL, soc_dev); > 35 > 36 arm_pm_idle = at91rm9200_idle; > 37 at91rm9200_pm_init(); > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation >