X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=probes%2Flttng-probe-kvm-x86-mmu.c;h=9efd105ce639fc1c00ff93a4ccad05d9a7ae9057;hb=refs%2Ftags%2Ffor-upstreaming-review-1;hp=d8cc5e5e01c9541258a8aa92c5ea17ddf94b21c5;hpb=0d260d3d3e28849772a060a9b1374712c0959fca;p=lttng-modules.git diff --git a/probes/lttng-probe-kvm-x86-mmu.c b/probes/lttng-probe-kvm-x86-mmu.c index d8cc5e5e..9efd105c 100644 --- a/probes/lttng-probe-kvm-x86-mmu.c +++ b/probes/lttng-probe-kvm-x86-mmu.c @@ -9,20 +9,15 @@ #include #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 * trace event macros match the kernel we run on. */ -#include "lttng-tracepoint.h" +#include #include <../../arch/x86/kvm/mmutrace.h>