Namespace kernel version macros
[lttng-modules.git] / src / wrapper / splice.c
index 407c12db14fca8a3611ef74e901fd8771b5ec23e..4292260c32d887d13fe22d21fe32feabacd71a48 100644 (file)
@@ -12,7 +12,7 @@
 #include <lttng/kernel-version.h>
 
 #if (defined(CONFIG_KALLSYMS) \
-       && (LINUX_VERSION_CODE < KERNEL_VERSION(4,2,0)))
+       && (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(4,2,0)))
 
 #include <linux/kallsyms.h>
 #include <linux/fs.h>
This page took 0.023991 seconds and 4 git commands to generate.