Update kernel probes to more detailed match to kernel versions
[lttng-modules.git] / probes / lttng-probe-timer.c
index 9cf7492a76555cbca8b43edd1e3d1383e79dabe6..299f630c704465579911842a3c805f956e5349f0 100644 (file)
@@ -21,7 +21,6 @@
  */
 
 #include <linux/module.h>
-#include "../wrapper/tracepoint.h"
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -31,6 +30,8 @@
 #include <linux/sched.h>
 #include <trace/events/timer.h>
 
+#include "../wrapper/tracepoint.h"
+
 /*
  * Create LTTng tracepoint probes.
  */
This page took 0.023375 seconds and 4 git commands to generate.