From aafb2b09b60b1156d7f6d4ba9ba82f10e4dd5d8b Mon Sep 17 00:00:00 2001 From: Gururaj Revankar Date: Tue, 4 Mar 2025 12:00:12 +0000 Subject: [PATCH] Update file pal_dma.c --- acs-drv/files/platform/pal_linux/files/common/src/pal_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acs-drv/files/platform/pal_linux/files/common/src/pal_dma.c b/acs-drv/files/platform/pal_linux/files/common/src/pal_dma.c index 41c0f8c..737cdbf 100644 --- a/acs-drv/files/platform/pal_linux/files/common/src/pal_dma.c +++ b/acs-drv/files/platform/pal_linux/files/common/src/pal_dma.c @@ -30,7 +30,7 @@ #include #include -#if LINUX_VERSION_CODE > KERNEL_VERSION(6,12,2) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,12,0) #include #else #include -- GitLab