From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 20:53:23 +0000 (-0400) Subject: probe kvm x86 mmu: remove compatibility code X-Git-Tag: for-upstreaming-review-1~29 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=3d37a853416fbf9a232310321822b78a526ae5e7 probe kvm x86 mmu: remove compatibility code --- diff --git a/probes/lttng-probe-kvm-x86-mmu.c b/probes/lttng-probe-kvm-x86-mmu.c index d8cc5e5e..d731708b 100644 --- a/probes/lttng-probe-kvm-x86-mmu.c +++ b/probes/lttng-probe-kvm-x86-mmu.c @@ -10,13 +10,8 @@ #include #include #include -#include -#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