X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fprobes%2Flttng.c;h=98558567894e263980f8302eb6d54cbb3ec6d81c;hb=5f4c791e2ad2c814101ccdb500e65543f2792c41;hp=1892d5896d25780d763fded733f78bde086f072f;hpb=be06402dbdbea2f3394e60ec15c5d3356e2be416;p=lttng-modules.git diff --git a/src/probes/lttng.c b/src/probes/lttng.c index 1892d589..98558567 100644 --- a/src/probes/lttng.c +++ b/src/probes/lttng.c @@ -100,7 +100,7 @@ static const struct file_operations lttng_logger_operations = { * Linux 5.6 introduced a separate proc_ops struct for /proc operations * to decouple it from the vfs. */ -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,6,0)) static const struct proc_ops lttng_logger_proc_ops = { .proc_write = lttng_logger_write, };