X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Fcompiler.h;h=c34440d9eae16989d81760d211030ebd2752d09d;hb=2d0428212cbfa3f8428feee160b095f48c2ac974;hp=7413891961f31c2fbc40104bb2b7284cc5b4808c;hpb=e0f2366419fc59700e575bab82a41255c51de2dc;p=lttng-modules.git diff --git a/wrapper/compiler.h b/wrapper/compiler.h index 74138919..c34440d9 100644 --- a/wrapper/compiler.h +++ b/wrapper/compiler.h @@ -9,7 +9,7 @@ #define _LTTNG_WRAPPER_COMPILER_H #include -#include +#include /* * Don't allow compiling with buggy compiler. @@ -56,7 +56,7 @@ * and remove calls to smp_read_barrier_depends which was dropped * in v5.9. */ -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,15,0)) #define LTTNG_READ_ONCE(x) READ_ONCE(x) #else #define LTTNG_READ_ONCE(x) \