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 41c0f8ce7251dc9a6c23b49bf9f18a8a5609cc32..737cdbfd7bc8178bede1cff18d6d32de64774328 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