Namespace kernel version macros
[lttng-modules.git] / tests / probes / lttng-test.c
index a4fa06450a747b6fe2d9c993269166b3136135e1..d550398e4d7e6cf4ca71ad192deca77d0b8b6821 100644 (file)
@@ -86,7 +86,7 @@ end:
        return written;
 }
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,6,0))
 static const struct proc_ops lttng_test_filter_event_proc_ops = {
        .proc_write = lttng_test_filter_event_write,
 };
This page took 0.023599 seconds and 4 git commands to generate.