From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Arnd Bergmann To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, Jingoo Han , Pratyush Anand , Bjorn Helgaas , Geert Uytterhoeven , Stanimir Varbanov , Thierry Reding , linux-pci@vger.kernel.org Subject: Re: [PATCH 3/5] drivers/pci: export dw syms enabling board specific PCI code to be tristate Date: Mon, 08 Feb 2016 10:57:17 +0100 Message-ID: <4185524.RaOx11t2l7@wuerfel> In-Reply-To: <1454889644-27830-4-git-send-email-paul.gortmaker@windriver.com> References: <1454889644-27830-1-git-send-email-paul.gortmaker@windriver.com> <1454889644-27830-4-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: On Sunday 07 February 2016 19:00:42 Paul Gortmaker wrote: > After converting the drivers who select PCI_DW from bool to tristate, > the following symbols need to be exported, simply based on the output > from modpost failures. > > Cc: Jingoo Han > Cc: Pratyush Anand > Cc: Bjorn Helgaas > Cc: Geert Uytterhoeven > Cc: Stanimir Varbanov > Cc: Thierry Reding > Cc: Arnd Bergmann > Cc: linux-pci@vger.kernel.org > Signed-off-by: Paul Gortmaker > Looks good in principle, but maybe use EXPORT_SYMBOL_GPL? These are just meant to be used internally by the drivers after all. Arnd