From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752391AbbG0Fl6 (ORCPT ); Mon, 27 Jul 2015 01:41:58 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:44749 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750760AbbG0Fl5 (ORCPT ); Mon, 27 Jul 2015 01:41:57 -0400 From: Kalle Valo To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?Q?Rafa=C5=82_Mi=C5=82ecki?= Subject: Re: linux-next: build failure after merge of the wireless-drivers-next tree References: <20150722103239.04995fda@canb.auug.org.au> Date: Mon, 27 Jul 2015 08:41:49 +0300 In-Reply-To: <20150722103239.04995fda@canb.auug.org.au> (Stephen Rothwell's message of "Wed, 22 Jul 2015 10:32:39 +1000") Message-ID: <876156b1ia.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, Stephen Rothwell writes: > After merging the wireless-drivers-next tree, today's linux-next build > (x86_64 allmodconfig) failed like this: > > ERROR: "of_default_bus_match_table" [drivers/bcma/bcma.ko] undefined! > > Caused by commit > > cae761b5a6bd ("bcma: populate bus DT subnodes as platform_device-s") > > I have used the wireless-drivers-next tree from next-20150721 for today. Yesterday I pushed the commit below which should fix this issue. Please let me know if you still have any problems. commit 92ff7a698badec3938edd3ba6b3e3ae035555365 Author: Hauke Mehrtens Date: Sat Jul 25 21:10:27 2015 +0200 bcma: fix build error when build as module Currently of_default_bus_match_table is not exported so we can only use this feature when bcma is build into the kernel. This patch removes support for child buses when bcma is build as a module as a temporary fix for a build problem introduces in this commit: commit cae761b5a6bdc597ba476a040fdcd5b4bc559b85 Author: Rafal Milecki Date: Sun Jun 28 17:17:13 2015 +0200 bcma: populate bus DT subnodes as platform_device-s Reported-by: Stephen Rothwell Fixes: cae761b5a6bd ("bcma: populate bus DT subnodes as platform_device-s") Signed-off-by: Hauke Mehrtens Signed-off-by: Kalle Valo -- Kalle Valo