diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index d2dc37e8c..8617352b3 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -20,7 +20,7 @@ #include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && \ - !(LINUX_VERSION_CODE == KERNEL_VERSION(5, 4, 7) && \ + !(LINUX_VERSION_CODE == KERNEL_VERSION(5, 4, 17) && \ defined(UEK_KABI_RENAME)) #include #else diff --git a/fcst/ft_io.c b/fcst/ft_io.c index c17a6df2d..f540485a8 100644 --- a/fcst/ft_io.c +++ b/fcst/ft_io.c @@ -25,7 +25,7 @@ #include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && \ - !(LINUX_VERSION_CODE == KERNEL_VERSION(5, 4, 7) && \ + !(LINUX_VERSION_CODE == KERNEL_VERSION(5, 4, 17) && \ defined(UEK_KABI_RENAME)) #include #else