Update to SPDX v3.0 identifiers
[lttng-modules.git] / probes / lttng-probe-lock.c
index b3ad230204e7f1f897ca62dfbda5cebb0ad3a85f..12e0194b6ed7ce0544eaa62db28b2fb84e9711f9 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-lock.c
  *
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
  */
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33))
 #include <trace/events/lock.h>
-#else
-#include <trace/events/lockdep.h>
-#endif
-
 #include <wrapper/tracepoint.h>
 
 /*
This page took 0.023157 seconds and 4 git commands to generate.