]> git.ipfire.org Git - thirdparty/linux.git/commit
serial: 8250: move RSA functions to 8250_rsa.c
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Wed, 11 Jun 2025 10:02:58 +0000 (12:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jun 2025 11:42:34 +0000 (13:42 +0200)
commit5a128fb475fbc9cd4e4d0267eed363c100024e2c
treec98b5fab88ac828bda59a6c487a40830fecd8c63
parent8725679fc4f146ca4eae3f00afcb839ad17bde95
serial: 8250: move RSA functions to 8250_rsa.c

They are RSA-specific, so should live in a preexisting 8250_rsa.c. Move
them there.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20250611100319.186924-13-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250.h
drivers/tty/serial/8250/8250_port.c
drivers/tty/serial/8250/8250_rsa.c