Fix: add missing module version information
[lttng-modules.git] / probes / lttng-probe-asoc.c
index 427639f6954374e82c56a4de81faa0eca28b622b..8da64b8823bcf58a03ceb7158eb414b7c01e7768 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * probes/lttng-probe-block.c
+ * probes/lttng-probe-asoc.c
  *
  * LTTng asoc probes.
  *
@@ -24,6 +24,7 @@
 #include <linux/module.h>
 #include <sound/jack.h>
 #include <sound/soc.h>
+#include "../lttng-tracer.h"
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -41,5 +42,9 @@
 #include "../instrumentation/events/lttng-module/asoc.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 asoc probes");
+MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "."
+       __stringify(LTTNG_MODULES_MINOR_VERSION) "."
+       __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION)
+       LTTNG_MODULES_EXTRAVERSION);
This page took 0.024231 seconds and 4 git commands to generate.