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. Arnd