X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-probe-v4l2.c;h=bae153bc38eacb47368265bc684a4ca93e50a72b;hb=ea15538d675ad5685c1e4ce1c393f25f682eb06b;hp=3b1985c4d52a57d7c17a8a66cddf12d904d98c60;hpb=c43be2e3d94ca8518a43f4da93d95288725c17ec;p=lttng-modules.git diff --git a/probes/lttng-probe-v4l2.c b/probes/lttng-probe-v4l2.c index 3b1985c4..bae153bc 100644 --- a/probes/lttng-probe-v4l2.c +++ b/probes/lttng-probe-v4l2.c @@ -23,8 +23,8 @@ #include #include -#include "../lttng-tracer.h" - +#include +#include /* * Create the tracepoint static inlines from the kernel to validate that our * trace event macros match the kernel we run on. @@ -36,9 +36,9 @@ */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module -#include "../instrumentation/events/lttng-module/v4l2.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Wade Farnsworth ");