summarylogtreecommitdiffstats
path: root/0007-kernel-6.0-set_termios-const-ktermios.patch
diff options
context:
space:
mode:
Diffstat (limited to '0007-kernel-6.0-set_termios-const-ktermios.patch')
-rw-r--r--0007-kernel-6.0-set_termios-const-ktermios.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0007-kernel-6.0-set_termios-const-ktermios.patch b/0007-kernel-6.0-set_termios-const-ktermios.patch
index a8dfbde989d2..63cd8af56b0e 100644
--- a/0007-kernel-6.0-set_termios-const-ktermios.patch
+++ b/0007-kernel-6.0-set_termios-const-ktermios.patch
@@ -7,7 +7,7 @@ diff -pNaru5 a/serial_core.c b/serial_core.c
}
static void uart_set_termios(struct tty_struct *tty,
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,0,0)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,1,0)
+const
+#endif
struct ktermios *old_termios)