Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1726749

Re: [PATCH 1/2] PCI: iproc: export iproc_pcie_shutdown symbol

From Bjorn Helgaas <helgaas@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] PCI: iproc: export iproc_pcie_shutdown symbol
Date 2017-09-05 15:50 +0200
Message-ID <ummoP-3iq-41@gated-at.bofh.it> (permalink)
References <umgt4-8b3-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <arnd@arndb.de>

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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] PCI: iproc: export iproc_pcie_shutdown symbol Arnd Bergmann <arnd@arndb.de> - 2017-09-05 09:30 +0200
  [PATCH 2/2] PCI: iproc: fix Stingray CRS defect handling Arnd Bergmann <arnd@arndb.de> - 2017-09-05 09:30 +0200
    Re: [PATCH 2/2] PCI: iproc: fix Stingray CRS defect handling Bjorn Helgaas <helgaas@kernel.org> - 2017-09-05 20:00 +0200
  Re: [PATCH 1/2] PCI: iproc: export iproc_pcie_shutdown symbol Bjorn Helgaas <helgaas@kernel.org> - 2017-09-05 15:50 +0200

csiph-web