Namespace kernel version macros
[lttng-modules.git] / wrapper / spinlock.h
index b3570d4080b0ceed82df1a99541bec2c164717c6..060baa2087d1373b3a1423b8c40251724051de7a 100644 (file)
@@ -8,9 +8,9 @@
 #ifndef _LTTNG_WRAPPER_SPINLOCK_H
 #define _LTTNG_WRAPPER_SPINLOCK_H
 
-#include <linux/version.h>
+#include <lttng-kernel-version.h>
 
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33))
+#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(2,6,33))
 
 #include <linux/string.h>
 
This page took 0.023194 seconds and 4 git commands to generate.