Use system include paths in probes
[lttng-modules.git] / probes / lttng-probe-regmap.c
index f68566587f7933c2ef07f14187002cb6c9f1d0b2..88a4b8b961268ca201fca985a41e349e97e5e3ba 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <linux/module.h>
 #include <linux/device.h>
-#include "../lttng-kernel-version.h"
-#include "../lttng-tracer.h"
+#include <lttng-kernel-version.h>
+#include <lttng-tracer.h>
 
 /*
  * 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 <instrumentation/events/lttng-module/regmap.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Andrew Gabbasov <andrew_gabbasov@mentor.com>");
This page took 0.02276 seconds and 4 git commands to generate.