Version 2.7.7
[lttng-modules.git] / probes / lttng-probe-v4l2.c
index 709ccb2ec53e9f2ae27b00e1e8e6349a4f9e17a5..bdb38fdbca5fe62468af19a41156f93931f96043 100644 (file)
@@ -23,7 +23,8 @@
 
 #include <linux/module.h>
 #include <linux/videodev2.h>
-
+#include <media/videobuf2-core.h>
+#include "../lttng-tracer.h"
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
@@ -42,3 +43,7 @@
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com>");
 MODULE_DESCRIPTION("LTTng v4l2 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.044135 seconds and 4 git commands to generate.