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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user