Cleanup: Move lttng-modules instrumentation headers
[lttng-modules.git] / probes / lttng-probe-i2c.c
index 7c99bf86390c309783f18de0dcecaa989a0c0b2f..9dc1c79ead08a1877918f1a5d1ed03ec6ae31229 100644 (file)
@@ -23,7 +23,7 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events
 
 static int extract_sensitive_payload;
 module_param(extract_sensitive_payload, int, 0644);
@@ -31,7 +31,7 @@ MODULE_PARM_DESC(extract_sensitive_payload,
                "Whether to extract possibly sensitive data from events (i2c "
                "buffer contents) or not (1 or 0, default: 0).");
 
-#include <instrumentation/events/lttng-module/i2c.h>
+#include <instrumentation/events/i2c.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Simon Marchi <simon.marchi@ericsson.com>");
This page took 0.023037 seconds and 4 git commands to generate.