fix: media: v4l2: abstract timeval handling in v4l2_buffer (v5.6)
[lttng-modules.git] / probes / lttng-probe-v4l2.c
index bdb38fdbca5fe62468af19a41156f93931f96043..8bfcf04838d2f947812d6271eba1f4cb77760ebb 100644 (file)
@@ -24,7 +24,8 @@
 #include <linux/module.h>
 #include <linux/videodev2.h>
 #include <media/videobuf2-core.h>
-#include "../lttng-tracer.h"
+#include <media/v4l2-common.h>
+#include <lttng-tracer.h>
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
@@ -36,9 +37,9 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
 
-#include "../instrumentation/events/lttng-module/v4l2.h"
+#include <instrumentation/events/lttng-module/v4l2.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com>");
This page took 0.023594 seconds and 4 git commands to generate.