Move headers under include/
[lttng-modules.git] / probes / lttng-probe-kvm-x86-mmu.c
index d8cc5e5e01c9541258a8aa92c5ea17ddf94b21c5..9efd105ce639fc1c00ff93a4ccad05d9a7ae9057 100644 (file)
@@ -9,20 +9,15 @@
 
 #include <linux/module.h>
 #include <linux/kvm_host.h>
-#include <lttng-tracer.h>
-#include <lttng-kernel-version.h>
+#include <lttng/lttng-tracer.h>
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,1,0))
 #include <kvm/iodev.h>
-#else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,1,0)) */
-#include <../../virt/kvm/iodev.h>
-#endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,1,0)) */
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
  */
-#include "lttng-tracepoint.h"
+#include <lttng/lttng-tracepoint.h>
 
 #include <../../arch/x86/kvm/mmutrace.h>
 
This page took 0.039412 seconds and 4 git commands to generate.