diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-11-12 09:43:38 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-11-12 09:43:38 +0100 |
commit | ce8faa3ee266ea69431805e6ed4bd7102d982508 (patch) | |
tree | 6358cb349e3ac6d84d3e95e387ec8c71e56a240e /src/compat/compat-asm.h | |
parent | da5646fea1554a5dcaa1f26c403a43f167521899 (diff) |
compat: SYM_FUNC_{START,END} were backported to 5.4
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/compat/compat-asm.h')
-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 |