Update kernel probes to more detailed match to kernel versions
[lttng-modules.git] / probes / lttng-probe-irq.c
index afcd1d215d0393e19a8cc0c3a1ce9227e2784cc9..bdd78fb321697437c04950daa355537c0ce49f83 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <linux/module.h>
 #include <linux/interrupt.h>
-#include "../wrapper/tracepoint.h"
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -30,6 +29,8 @@
  */
 #include <trace/events/irq.h>
 
+#include "../wrapper/tracepoint.h"
+
 /*
  * Create LTTng tracepoint probes.
  */
This page took 0.022929 seconds and 4 git commands to generate.