Namespace kernel version macros
[lttng-modules.git] / src / wrapper / kallsyms.c
index e7c6639432ee9ebf84b51644cc22f01f0dcbb960..d284876407a0396dbe9a3cd22f574961653b5dbf 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.023135 seconds and 4 git commands to generate.