X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=probes%2Flttng-probe-ext3.c;h=00518be8cd28e45eb740e3f1842674fb1def6b4e;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=ad5e63c85becb9a25e7e89c8eea07a8de9df009e;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=deliverable%2Flttng-modules.git diff --git a/probes/lttng-probe-ext3.c b/probes/lttng-probe-ext3.c index ad5e63c8..00518be8 100644 --- a/probes/lttng-probe-ext3.c +++ b/probes/lttng-probe-ext3.c @@ -25,7 +25,7 @@ #include #include #include -#include "../lttng-tracer.h" +#include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)) #include <../fs/ext3/ext3.h> @@ -44,9 +44,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/ext3.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Wade Farnsworth , Paul Woegerer , and Andrew Gabbasov ");