Cleanup: Move headers from probes/ to include/lttng/
[lttng-modules.git] / instrumentation / events / lttng-module / i2c.h
index dcbabf6ffb65be9e45f1d5395e3c57a73e9d9245..312f6733120a0229ba4ec73f56fbb917b68a8087 100644 (file)
@@ -1,11 +1,11 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0-only */
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM i2c
 
 #if !defined(LTTNG_TRACE_I2C_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_I2C_H
 
-#include <probes/lttng-tracepoint-event.h>
+#include <lttng/tracepoint-event.h>
 
 /*
  * __i2c_transfer() write request
@@ -117,4 +117,4 @@ LTTNG_TRACEPOINT_EVENT(i2c_result,
 #endif /*  LTTNG_TRACE_I2C_H */
 
 /* This part must be outside protection */
-#include <probes/define_trace.h>
+#include <lttng/define_trace.h>
This page took 0.025352 seconds and 4 git commands to generate.