X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-v4l2.c;h=8bfcf04838d2f947812d6271eba1f4cb77760ebb;hb=fbae04bab6e902fb5103866894eef81df0d87a9c;hp=bdb38fdbca5fe62468af19a41156f93931f96043;hpb=4949b0e607fa16a22b141c9253c89f930f70e03f;p=lttng-modules.git diff --git a/probes/lttng-probe-v4l2.c b/probes/lttng-probe-v4l2.c index bdb38fdb..8bfcf048 100644 --- a/probes/lttng-probe-v4l2.c +++ b/probes/lttng-probe-v4l2.c @@ -24,7 +24,8 @@ #include #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 +37,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 ");