X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=wrapper%2Ftracepoint.h;h=023086e42d59b4f82acfb6c7f5d77300a71edae9;hb=5a2f5e92e422d87a28581ba97e6b1789ff743bc6;hp=d094f42ac3695fafa6593f63780410b1734bb8e5;hpb=5671a6610b06175832338ed78db486b59bc5246c;p=lttng-modules.git diff --git a/wrapper/tracepoint.h b/wrapper/tracepoint.h index d094f42a..023086e4 100644 --- a/wrapper/tracepoint.h +++ b/wrapper/tracepoint.h @@ -42,7 +42,7 @@ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0)) -#include "../lttng-tracepoint.h" +#include #define lttng_wrapper_tracepoint_probe_register lttng_tracepoint_probe_register #define lttng_wrapper_tracepoint_probe_unregister lttng_tracepoint_probe_unregister @@ -68,7 +68,7 @@ void lttng_tracepoint_exit(void) #ifdef CONFIG_MODULE_SIG #include -#include "kallsyms.h" +#include static inline int wrapper_tracepoint_module_notify(struct notifier_block *nb,