Namespace kernel version macros
[lttng-modules.git] / wrapper / kstrtox.h
index b0c6cf8f99e47ff322e70764c8561e398baf71e7..1a1e94bce353237baca404e2b60c03a44d7042ab 100644 (file)
@@ -8,9 +8,9 @@
 #ifndef _LTTNG_WRAPPER_KSTRTOX_H
 #define _LTTNG_WRAPPER_KSTRTOX_H
 
-#include <linux/version.h>
+#include <lttng-kernel-version.h>
 
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,0,0))
+#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,0,0))
 
 #include <linux/uaccess.h>
 
This page took 0.024103 seconds and 4 git commands to generate.