Namespace kernel version macros
[lttng-modules.git] / instrumentation / events / lttng-module / v4l2.h
index 95fe787e269ed821dfbb2c96512486c52f5d9b31..a2b5eb936342b96aa5f4b209e4e136d624ee2ea6 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <probes/lttng-tracepoint-event.h>
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,6,0))
 LTTNG_TRACEPOINT_EVENT_CLASS(v4l2_class,
 
        TP_PROTO(int minor, struct v4l2_buffer *buf),
This page took 0.023929 seconds and 4 git commands to generate.