Re: [PATCH v13 5/5] serial: sh-sci: Add support for RZ/T2H SCI

From: Greg Kroah-Hartman
Date: Sun Jun 29 2025 - 08:28:29 EST


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