On Sat, Jun 28, 2025 at 12:57:15PM +0100, Prabhakar wrote: > +EXPORT_SYMBOL(sci_port_enable); EXPORT_SYMBOL_GPL() perhaps? (sorry, I have to ask). Also, why not limit this to just this one other driver that you want to use it with the proper namespace usage instead? Same for all other new exports in this file. thanks, greg k-h