Namespace kernel version macros
[lttng-modules.git] / wrapper / spinlock.h
index bc71b4f4b0df8320c43f4f8c79e3f81489130639..db46da38f9b41b4db1eb655740704335e79f0350 100644 (file)
@@ -21,9 +21,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#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.038816 seconds and 4 git commands to generate.