X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-lock.c;h=524f868f6d0d92dd0d06b7ab973225d6e197434f;hb=b78104db53f97c10add30016e365855a26f6e01e;hp=b3ad230204e7f1f897ca62dfbda5cebb0ad3a85f;hpb=7381483908683d2077de407a3a052716afebda67;p=lttng-modules.git diff --git a/probes/lttng-probe-lock.c b/probes/lttng-probe-lock.c index b3ad2302..524f868f 100644 --- a/probes/lttng-probe-lock.c +++ b/probes/lttng-probe-lock.c @@ -9,14 +9,14 @@ */ #include -#include +#include #include /* * Create the tracepoint static inlines from the kernel to validate that our * trace event macros match the kernel we run on. */ -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(2,6,33)) #include #else #include