summarylogtreecommitdiffstats
path: root/0005-kernel-5.13-dropped-tty_check_change.patch
diff options
context:
space:
mode:
Diffstat (limited to '0005-kernel-5.13-dropped-tty_check_change.patch')
-rw-r--r--0005-kernel-5.13-dropped-tty_check_change.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0005-kernel-5.13-dropped-tty_check_change.patch b/0005-kernel-5.13-dropped-tty_check_change.patch
index 8c12d7c09d3a..53bc3291a932 100644
--- a/0005-kernel-5.13-dropped-tty_check_change.patch
+++ b/0005-kernel-5.13-dropped-tty_check_change.patch
@@ -7,7 +7,7 @@ diff -pNaru5 driver/2.6.27.orig/dgnc_tty.c driver/2.6.27/dgnc_tty.c
DPR_IOCTL(("dgnc_tty_flush_buffer finish\n"));
}
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,13,0)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,10,180)
+int tty_check_change(struct tty_struct *tty);
+#endif