Namespace kernel version macros
[lttng-modules.git] / tests / probes / lttng-test.c
index 8f2d3febe604560b0ae02d08e2549555e1e3643c..c3d9cca55b0f33d30c8426dff2c89a5567e8323b 100644 (file)
@@ -87,7 +87,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.022933 seconds and 4 git commands to generate.