X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=probes%2Flttng-probe-regulator.c;h=4e393032debbfcfe6bd1f4c7ccc3f443ee400ec7;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=735b2c88501426aabed5bc6a382d089df1c5b84a;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=deliverable%2Flttng-modules.git diff --git a/probes/lttng-probe-regulator.c b/probes/lttng-probe-regulator.c index 735b2c88..4e393032 100644 --- a/probes/lttng-probe-regulator.c +++ b/probes/lttng-probe-regulator.c @@ -22,7 +22,7 @@ */ #include -#include "../lttng-tracer.h" +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -35,9 +35,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/regulator.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Wade Farnsworth ");