On Fri, Jun 30, 2023 at 04:45:06PM +0300, Sakari Ailus wrote: > Switch to EXPORT_SYMBOL_NS_GPL() on ipu_bridge_instantiate_vcm(). The rest > of the ipu bridge symbols are this way already. Hmm... This actually changes the license, Why is it initially non-GPL and what are the consequences of this change? ... > -EXPORT_SYMBOL(ipu_bridge_instantiate_vcm); > +EXPORT_SYMBOL_NS_GPL(ipu_bridge_instantiate_vcm, INTEL_IPU_BRIDGE); -- With Best Regards, Andy Shevchenko