Update kernel probes to more detailed match to kernel versions
[lttng-modules.git] / probes / lttng-probe-jbd.c
index 46911cc8d09c7d53f8225432ef13cc177aee45fb..dc948945a4237aed84d009d1403d32f075db624c 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/version.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -40,5 +39,5 @@
 #include "../instrumentation/events/lttng-module/jbd.h"
 
 MODULE_LICENSE("GPL and additional rights");
-MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com> and Paul Woegerer <paul_woegerer@mentor.com>");
+MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com>, Paul Woegerer <paul_woegerer@mentor.com>, and Andrew Gabbasov <andrew_gabbasov@mentor.com>");
 MODULE_DESCRIPTION("LTTng jbd probes");
This page took 0.023321 seconds and 4 git commands to generate.