Namespace kernel version macros
[lttng-modules.git] / src / wrapper / fdtable.c
index 26a8367e89d0ccb66aa97ffab21092eb1445489a..3aa6e7b916c4f116a13d66026479f56605395454 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.037193 seconds and 4 git commands to generate.