Re: [PATCH-next 1/3] serial_core: Move sysrq functions from header file

From: Greg Kroah-Hartman
Date: Fri Jan 10 2020 - 11:50:40 EST


On Thu, Jan 09, 2020 at 09:54:42PM +0000, Dmitry Safonov wrote:
> It's not worth to have them in every serial driver and I'm about to add
> another helper function.
>
> Signed-off-by: Dmitry Safonov <dima@xxxxxxxxxx>
> ---
> drivers/tty/serial/serial_core.c | 83 +++++++++++++++++++++++++++++++
> include/linux/serial_core.h | 84 ++------------------------------
> 2 files changed, 88 insertions(+), 79 deletions(-)

This is a nice cleanup, so I took this patch now, but the last two
patches still need a bit of rework. Please do that and rebase, no need
to send this patch again.

thanks,

greg k-h