From b7d358a76ee0c29dd4d38c06a05032d2c4f21b1b Mon Sep 17 00:00:00 2001 From: Sturi2011 Date: Wed, 10 May 2023 20:48:52 +0200 Subject: [PATCH] Update matrixio-uart.c Changes for Kernel 6.1.21-v7+ --- src/matrixio-uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrixio-uart.c b/src/matrixio-uart.c index 5673a08..33c76e6 100644 --- a/src/matrixio-uart.c +++ b/src/matrixio-uart.c @@ -150,7 +150,7 @@ static void matrixio_uart_shutdown(struct uart_port *port) static void matrixio_uart_set_termios(struct uart_port *port, struct ktermios *termios, - struct ktermios *old) + const struct ktermios *old) { }