Drop support for kernels < 4.4 from ext3 and kvm probes
[lttng-modules.git] / src / probes / lttng-probe-kvm-x86-mmu.c
index 37a5aed300c74a15dd09817c4013fe8abf708bfe..a77f49b5f0b15591e41234e32ecb1721853cfce7 100644 (file)
 #include <lttng/tracer.h>
 #include <lttng/kernel-version.h>
 
-#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,1,0))
 #include <kvm/iodev.h>
-#else /* #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,1,0)) */
-#include <../../virt/kvm/iodev.h>
-#endif /* #else #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,1,0)) */
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
This page took 0.023238 seconds and 4 git commands to generate.