Namespace kernel version macros
[lttng-modules.git] / wrapper / fdtable.c
index 89fd9c46ac0c60cc736986969bf818cf90d0a1b1..71dba9f9e0b5d5e424f20e503a1476a4218e4ecf 100644 (file)
@@ -4,11 +4,11 @@
  * Copyright (C) 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
-#include <linux/version.h>
+#include <lttng-kernel-version.h>
 #include <linux/spinlock.h>
 #include <wrapper/fdtable.h>
 
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0))
+#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,7,0))
 
 /*
  * Reimplementation of iterate_fd() for kernels between 2.6.32 and 3.6
This page took 0.023276 seconds and 4 git commands to generate.