X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-kvm-x86.c;h=2eb10ae7e9cf69d24678d89ea21d588dad1d8878;hb=72fd6364a4d901d829b2fd6066bbed1ba26e1635;hp=b77040762b59d7eb57f3731054c9db0c070e66c3;hpb=672f4bf8ed8c9a876241eb7b70bf459009cd2c81;p=lttng-modules.git diff --git a/probes/lttng-probe-kvm-x86.c b/probes/lttng-probe-kvm-x86.c index b7704076..2eb10ae7 100644 --- a/probes/lttng-probe-kvm-x86.c +++ b/probes/lttng-probe-kvm-x86.c @@ -10,18 +10,11 @@ #include #include #include -#include -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0)) /* TODO: check for header availability in Makefile */ #include <../../arch/x86/kvm/kvm_emulate.h> -#endif -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,1,0)) #include -#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