diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index 2955165e4..9b9eac7f6 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -19,8 +19,7 @@ #include #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && \ - (!defined(UEK_RELEASE) || UEK_RELEASE -0 < 8) +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && !defined(UEK_RELEASE) #include #else #include diff --git a/fcst/ft_io.c b/fcst/ft_io.c index cabce0937..9e202517d 100644 --- a/fcst/ft_io.c +++ b/fcst/ft_io.c @@ -24,8 +24,7 @@ #include #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && \ - (!defined(UEK_RELEASE) || UEK_RELEASE -0 < 8) +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) && !defined(UEK_RELEASE) #include #else #include