X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-regulator.c;h=735b2c88501426aabed5bc6a382d089df1c5b84a;hb=31c77635394eb16a84e467ced6cb35b23d491ece;hp=7c8b7f969762cdc04d6b3fa4eda00e44f27724a9;hpb=aea65df5df64560b10619a7221825a17983b25ba;p=lttng-modules.git diff --git a/probes/lttng-probe-regulator.c b/probes/lttng-probe-regulator.c index 7c8b7f96..735b2c88 100644 --- a/probes/lttng-probe-regulator.c +++ b/probes/lttng-probe-regulator.c @@ -22,6 +22,7 @@ */ #include +#include "../lttng-tracer.h" /* * Create the tracepoint static inlines from the kernel to validate that our @@ -41,3 +42,7 @@ MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Wade Farnsworth "); MODULE_DESCRIPTION("LTTng regulator probes"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);