summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-10-16 14:12:50 -0500
committerRyan Eatmon <reatmon@ti.com>2023-10-17 21:58:11 -0500
commitfdc7c0a03bf80570fa8692dfad48eca533617206 (patch)
treee7170acbf305b0b1692793dd32b29199f15eccaa
parent12e860e67d5852140243b986e83c03e307d0236e (diff)
downloadmeta-ti-fdc7c0a03bf80570fa8692dfad48eca533617206.tar.gz
gdbserverproxy-module-drv: Fix patch fuzz
Some how I missed that there was fuzz when applying the patch. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch
index 473d075d..cb56a470 100644
--- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch
+++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv/0001-Support-Linux-kernels-v5.15.patch
@@ -19,7 +19,7 @@ index 418b6db..4b1c676 100644
19--- a/kernel_module/gdbproxy-mod/gdbserverproxy.c 19--- a/kernel_module/gdbproxy-mod/gdbserverproxy.c
20+++ b/kernel_module/gdbproxy-mod/gdbserverproxy.c 20+++ b/kernel_module/gdbproxy-mod/gdbserverproxy.c
21@@ -540,7 +540,11 @@ static int gdb_write(struct tty_struct *tty, 21@@ -540,7 +540,11 @@ static int gdb_write(struct tty_struct *tty,
22 * 22 *
23 * 23 *
24 */ 24 */
25+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,0)) 25+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,15,0))