Namespace kernel version macros
[lttng-modules.git] / src / wrapper / irqdesc.c
index 5212082ff63b77242b60e9d9afb537be9d6f57ed..34968df25c9183f8ee91854dde9abef4bed6c4aa 100644 (file)
@@ -13,8 +13,8 @@
 #include <linux/module.h>
 
 #if (defined(CONFIG_KALLSYMS) && \
-       ((LINUX_VERSION_CODE >= KERNEL_VERSION(5,11,0)) || \
-        (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))))
+       ((LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,11,0)) || \
+        (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,4,0))))
 
 #include <linux/kallsyms.h>
 #include <linux/interrupt.h>
This page took 0.022677 seconds and 4 git commands to generate.