Move headers under include/
[lttng-modules.git] / probes / lttng-probe-scsi.c
index a100f0a054acb97cbcc17ab88d3fb00203314d61..786f29a6156cfca8fbd552ed6bf70e00a3dd85c7 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
  *
  * probes/lttng-probe-scsi.c
  *
@@ -10,7 +10,7 @@
 
 #include <linux/module.h>
 #include <scsi/scsi_device.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
This page took 0.023686 seconds and 4 git commands to generate.