From: Greg Kroah-Hartman Date: Mon, 15 Sep 2025 06:27:31 +0000 (+0200) Subject: Merge 6.17-rc6 into tty-next X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d21b26cad33250be758ea9d860ff9d5c3992c459;p=users%2Fhch%2Fmisc.git Merge 6.17-rc6 into tty-next We need the tty/serial fixes in here as well. Signed-off-by: Greg Kroah-Hartman --- d21b26cad33250be758ea9d860ff9d5c3992c459 diff --cc drivers/tty/serial/8250/8250_rsa.c index ff52ad02f6be,12a65b79583c..40a3dbd9e452 --- a/drivers/tty/serial/8250/8250_rsa.c +++ b/drivers/tty/serial/8250/8250_rsa.c @@@ -177,8 -177,9 +177,8 @@@ void rsa_disable(struct uart_8250_port if (result) up->port.uartclk = SERIAL_RSA_BAUD_BASE_LO * 16; - uart_port_unlock_irq(&up->port); } - EXPORT_SYMBOL_GPL_FOR_MODULES(rsa_disable, "8250_base"); + EXPORT_SYMBOL_FOR_MODULES(rsa_disable, "8250_base"); void rsa_autoconfig(struct uart_8250_port *up) {