From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751908AbdIENnE (ORCPT ); Tue, 5 Sep 2017 09:43:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:40770 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751160AbdIENnB (ORCPT ); Tue, 5 Sep 2017 09:43:01 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0F5CA21D33 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=helgaas@kernel.org Date: Tue, 5 Sep 2017 08:42:58 -0500 From: Bjorn Helgaas To: Arnd Bergmann Cc: Bjorn Helgaas , Lorenzo Pieralisi , Scott Branden , Jon Mason , Ray Jui , linux-kernel@vger.kernel.org, Oza Pawandeep , linux-pci@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] PCI: iproc: export iproc_pcie_shutdown symbol Message-ID: <20170905134258.GA14367@bhelgaas-glaptop.roam.corp.google.com> References: <20170905072004.3959082-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170905072004.3959082-1-arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 05, 2017 at 09:19:44AM +0200, Arnd Bergmann wrote: > The shutdown bugfix introduce a build regression for allmodconfig > kernels as the new function is not exported: > > ERROR: "iproc_pcie_shutdown" [drivers/pci/host/pcie-iproc-platform.ko] undefined! > > This adds the missing export. > > Fixes: 2a9912565c05 ("PCI: iproc: Add 500ms delay during device shutdown") > Signed-off-by: Arnd Bergmann Folded into the 2a9912565c05 commit, thanks! > --- > drivers/pci/host/pcie-iproc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pci/host/pcie-iproc.c b/drivers/pci/host/pcie-iproc.c > index 8bd5e544b1c1..d7f4c29aed96 100644 > --- a/drivers/pci/host/pcie-iproc.c > +++ b/drivers/pci/host/pcie-iproc.c > @@ -704,6 +704,7 @@ int iproc_pcie_shutdown(struct iproc_pcie *pcie) > > return 0; > } > +EXPORT_SYMBOL_GPL(iproc_pcie_shutdown); > > static int iproc_pcie_check_link(struct iproc_pcie *pcie) > { > -- > 2.9.0 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel