On Wed, Oct 16, 2019 at 08:34:06AM +0100, Ben Dooks wrote: > On 15/10/2019 17:32, Christoph Hellwig wrote: > > On Tue, Oct 15, 2019 at 01:25:35PM +0100, Ben Dooks wrote: > > > The moxtet_bus_type object is exported from the bus > > > driver, but not declared. Add a declaration for use > > > and to silence the following warning: > > > > The symbol can be marked static instead. > > Then it would have to be un-exported as it's listed as > EXPORT_SYMBOL_GPL(moxtet_bus_type);
Yes, once you mark it static you should also remove the export.