X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=probes%2Flttng-probe-kvm-x86-mmu.c;h=d8cc5e5e01c9541258a8aa92c5ea17ddf94b21c5;hb=72fd6364a4d901d829b2fd6066bbed1ba26e1635;hp=37384a27b8f8879fdb2bd5ef41e663cea9e16b20;hpb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;p=lttng-modules.git diff --git a/probes/lttng-probe-kvm-x86-mmu.c b/probes/lttng-probe-kvm-x86-mmu.c index 37384a27..d8cc5e5e 100644 --- a/probes/lttng-probe-kvm-x86-mmu.c +++ b/probes/lttng-probe-kvm-x86-mmu.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) * * probes/lttng-probe-kvm.c * @@ -22,7 +22,7 @@ * Create the tracepoint static inlines from the kernel to validate that our * trace event macros match the kernel we run on. */ -#include +#include "lttng-tracepoint.h" #include <../../arch/x86/kvm/mmutrace.h>