diff options
-rw-r--r-- | src/compat/compat-asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/compat-asm.h b/src/compat/compat-asm.h index 53b33d4..4e427e5 100644 --- a/src/compat/compat-asm.h +++ b/src/compat/compat-asm.h @@ -40,7 +40,7 @@ #undef pull #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 0) +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 76) #define SYM_FUNC_START ENTRY #define SYM_FUNC_END ENDPROC #endif |