Drop support for kernels < 4.4 from 'wrapper/splice.h'
[lttng-modules.git] / src / wrapper / splice.c
index 4292260c32d887d13fe22d21fe32feabacd71a48..51b9673fd606fc1da089936ae7c04c0254ab4802 100644 (file)
@@ -11,8 +11,7 @@
 
 #include <lttng/kernel-version.h>
 
-#if (defined(CONFIG_KALLSYMS) \
-       && (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(4,2,0)))
+#ifdef CONFIG_KALLSYMS
 
 #include <linux/kallsyms.h>
 #include <linux/fs.h>
This page took 0.023057 seconds and 4 git commands to generate.