Namespace kernel version macros
[lttng-modules.git] / tests / probes / lttng-test.c
index 098ceae825a93d60947fdae53083e826cd06ac72..86007e5e73d2cc66d28fdce600fdf49c4ad0a912 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.022593 seconds and 4 git commands to generate.