Drop support for kernels < 3.0 from lock instrumentation
[lttng-modules.git] / probes / lttng-probe-lock.c
index b3ad230204e7f1f897ca62dfbda5cebb0ad3a85f..e81eb3652a62197d0613446e4401933055bd5a2b 100644 (file)
  * 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.023972 seconds and 4 git commands to generate.