Fix: add missing module version information
[lttng-modules.git] / probes / lttng-probe-btrfs.c
index 4b5f84e34899ed4714ea873cc47322c62c1c935e..5f66d37e60901ba58c3957512f73a8ffe160349b 100644 (file)
@@ -27,6 +27,7 @@
 #include <../fs/btrfs/transaction.h>
 #include <../fs/btrfs/volumes.h>
 #include <linux/dcache.h>
+#include "../lttng-tracer.h"
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -46,3 +47,7 @@
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Andrew Gabbasov <andrew_gabbasov@mentor.com>");
 MODULE_DESCRIPTION("LTTng btrfs 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.023573 seconds and 4 git commands to generate.