From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755207AbdBGQbo (ORCPT ); Tue, 7 Feb 2017 11:31:44 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:36249 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753651AbdBGQbm (ORCPT ); Tue, 7 Feb 2017 11:31:42 -0500 Subject: Re: drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.c:58:6: error: redefinition of 'brcmf_debugfs_init' To: kbuild test robot , Kalle Valo References: <201702071839.Ej9MjmlI%fengguang.wu@intel.com> Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org From: Randy Dunlap Message-ID: Date: Tue, 7 Feb 2017 08:31:39 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <201702071839.Ej9MjmlI%fengguang.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/07/17 02:02, kbuild test robot wrote: > Hi Kalle, > > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: 8b1b41ee74f9712c355d66dc105bbea663ae0afd > commit: 05491d2ccf20b20a1375303441fbbfbd12b24a4f brcm80211: move under broadcom vendor directory > date: 1 year, 3 months ago > config: mips-allyesconfig (attached as .config) > compiler: mips-linux-gnu-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 05491d2ccf20b20a1375303441fbbfbd12b24a4f > # save the attached .config to linux build tree > make.cross ARCH=mips > > All errors (new ones prefixed by >>): when both: CONFIG_BRCM_TRACING=y CONFIG_BRCMDBG=y but DEBUG is not defined. I think it would help if CONFIG_BRCMDBG set DEBUG or if some of the tests for DEBUG used CONFIG_BRCMDBG instead. -- ~Randy