From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755492AbbCEL5g (ORCPT ); Thu, 5 Mar 2015 06:57:36 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:38052 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755326AbbCEL5e (ORCPT ); Thu, 5 Mar 2015 06:57:34 -0500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: bcma: Kconfig: Let it depend on PCI From: Kalle Valo In-Reply-To: To: Chen Gang Cc: zajec5@gmail.com, linux-wireless@vger.kernel.org, "linux-kernel@vger.kernel.org" Message-Id: <20150305115733.D417D141E3C@smtp.codeaurora.org> Date: Thu, 5 Mar 2015 11:57:33 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > bcma also needs PCI, just like IOMEM and DMA, so let it depend on PCI, > or will cause building break for allmodconfig under c6x: > > CC [M] drivers/bcma/driver_pcie2.o > drivers/bcma/driver_pcie2.c: In function 'bcma_core_pcie2_up': > drivers/bcma/driver_pcie2.c:196:8: error: implicit declaration of function 'pcie_set_readrq' [-Werror=implicit-function-declaration] > err = pcie_set_readrq(dev, pcie2->reqsize); > ^ > > Signed-off-by: Chen Gang Thanks, applied to wireless-drivers-next.git. Kalle Valo