X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-probe-regmap.c;h=88a4b8b961268ca201fca985a41e349e97e5e3ba;hb=26d6737c13448ce66c8c046ec3fc66ada5540f98;hp=f68566587f7933c2ef07f14187002cb6c9f1d0b2;hpb=89a073a2af0fb5000d6d85bea20258a78a678b29;p=lttng-modules.git diff --git a/probes/lttng-probe-regmap.c b/probes/lttng-probe-regmap.c index f6856658..88a4b8b9 100644 --- a/probes/lttng-probe-regmap.c +++ b/probes/lttng-probe-regmap.c @@ -23,8 +23,8 @@ #include #include -#include "../lttng-kernel-version.h" -#include "../lttng-tracer.h" +#include +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -40,9 +40,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/regmap.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Andrew Gabbasov ");