1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

gdbserverproxy-module-drv: Fix patch fuzz

Some how I missed that there was fuzz when applying the patch, which
master treats as an error.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2023-05-04 15:20:28 -05:00
parent d606b53903
commit 63c14bcacd

View File

@@ -19,7 +19,7 @@ index 418b6db..4b1c676 100644
--- a/kernel_module/gdbproxy-mod/gdbserverproxy.c
+++ b/kernel_module/gdbproxy-mod/gdbserverproxy.c
@@ -540,7 +540,11 @@ static int gdb_write(struct tty_struct *tty,
*
*
*
*/
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,0))