Update to SPDX v3.0 identifiers
[lttng-modules.git] / probes / lttng-kretprobes.c
index 84eca9b350ff86c1c643695d01f7fbe927270bae..9ef4eefac06ceeadf12be02458b55f6e1b527f7a 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-kretprobes.c
  *
@@ -16,6 +16,7 @@
 #include <wrapper/vmalloc.h>
 #include <wrapper/irqflags.h>
 #include <lttng-tracer.h>
+#include <blacklist/kprobes.h>
 
 enum lttng_kretprobe_type {
        EVENT_ENTRY = 0,
This page took 0.023377 seconds and 4 git commands to generate.