Namespace kernel version macros
[lttng-modules.git] / wrapper / kstrtox.h
index 402662825369e829e7d2cffbdf9546f58d3c4559..e94f259e06cf6f4d9975589f67c5524103c070ef 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(3,0,0))
+#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,0,0))
 
 #include <linux/uaccess.h>
 
This page took 0.028271 seconds and 4 git commands to generate.