Drop support for kernels < 4.4 from ext3 and kvm probes
[lttng-modules.git] / src / probes / lttng-probe-kvm-x86.c
index 05cbba58249dbbcab70533f60c26cc7edc6ace89..be9e2ad079c76b4bd7c6bb952913828808cb21cb 100644 (file)
 #include <kvm_emulate.h>
 #endif
 
-#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.022866 seconds and 4 git commands to generate.