Namespace kernel version macros
[lttng-modules.git] / wrapper / kallsyms.c
index 6af77f538950d7b3718bd33fffb749053ae03333..d892a2f4860a3b783296b3a0ad8f87011114fea9 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/module.h>
 #include <wrapper/kallsyms.h>
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,7,0))
 
 #ifndef CONFIG_KPROBES
 # error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0"
This page took 0.023132 seconds and 4 git commands to generate.