Cleanup: Remove deprecated TODO file
[lttng-modules.git] / instrumentation / events / lttng-module / 9p.h
index bc6e01ad98c061c3afed382d07e8bdd591562bbf..0123bbfc9b564ed23ca3f224a2ebeb3e40800fec 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 9p
 
 #if !defined(LTTNG_TRACE_9P_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_9P_H
 
-#include <probes/lttng-tracepoint-event.h>
+#include <lttng/tracepoint-event.h>
 #include <linux/version.h>
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,14,0))
@@ -54,4 +54,4 @@ LTTNG_TRACEPOINT_EVENT(9p_protocol_dump,
 #endif /* LTTNG_TRACE_9P_H */
 
 /* This part must be outside protection */
-#include <probes/define_trace.h>
+#include <lttng/define_trace.h>
This page took 0.022819 seconds and 4 git commands to generate.