Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-scsi.c
index 89e4327385fc16d52a5b4d99b399472e5a5e007c..a367c51e19e84b9b954987abd5b1cee25aad7d43 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <linux/module.h>
 #include <scsi/scsi_device.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -23,9 +23,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/scsi.h>
+#include <instrumentation/events/scsi.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com>");
This page took 0.024004 seconds and 4 git commands to generate.