Version 2.7.7
[lttng-modules.git] / probes / lttng-probe-regmap.c
index 8850b55abe6629f70ab9023a547b8379e4331ad7..f68566587f7933c2ef07f14187002cb6c9f1d0b2 100644 (file)
 
 #include <linux/module.h>
 #include <linux/device.h>
+#include "../lttng-kernel-version.h"
 #include "../lttng-tracer.h"
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
  */
-#include <trace/events/regmap.h>
+#include <../../drivers/base/regmap/trace.h>
+
+#undef TRACE_INCLUDE_PATH
+#undef TRACE_INCLUDE_FILE
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.03012 seconds and 4 git commands to generate.