Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-v4l2.c
index 783344771d6210ccc5c6c592844b0a0eef6b4f93..0c86da0495be8bf3cf0277cd8d3084e731b8c0f4 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/videodev2.h>
 #include <media/videobuf2-core.h>
 #include <media/v4l2-common.h>
-#include <lttng-tracer.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.
@@ -24,9 +24,9 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events
 
-#include <instrumentation/events/lttng-module/v4l2.h>
+#include <instrumentation/events/v4l2.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com>");
This page took 0.02711 seconds and 4 git commands to generate.