[Re: [PATCH 3/5] drivers/pci: export dw syms enabling board specific PCI code to be tristate] On 08/02/2016 (Mon 10:57) Arnd Bergmann wrote:
> 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 <jingooh...@gmail.com> > > Cc: Pratyush Anand <pratyush.an...@gmail.com> > > Cc: Bjorn Helgaas <bhelg...@google.com> > > Cc: Geert Uytterhoeven <geert+rene...@glider.be> > > Cc: Stanimir Varbanov <svarba...@mm-sol.com> > > Cc: Thierry Reding <thierry.red...@gmail.com> > > Cc: Arnd Bergmann <a...@arndb.de> > > Cc: linux-...@vger.kernel.org > > Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> > > > > Looks good in principle, but maybe use EXPORT_SYMBOL_GPL? These > are just meant to be used internally by the drivers after all. Sure, I can make that restriction. P. -- > > Arnd